* libmisc/shell.c: Removed invalid code that executed the user's
shell as a shell script when the direct execution of the user's shell failed with ENOEXEC and the user's shell has a shebang. The interpreter might not be the right one. Executing the user's shell with sh -c might be better, but I'm not sure we should try harder when there is a failure. Note: The removed code was only included #ifndef __linux__.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2009-05-12 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* libmisc/shell.c: Removed invalid code that executed the user's
|
||||
shell as a shell script when the direct execution of the user's
|
||||
shell failed with ENOEXEC and the user's shell has a shebang. The
|
||||
interpreter might not be the right one. Executing the user's
|
||||
shell with sh -c might be better, but I'm not sure we should try
|
||||
harder when there is a failure. Note: the removed code was only
|
||||
included #ifndef __linux__.
|
||||
|
||||
2009-05-12 Nicolas François <nicolas.francois@centraliens.net>
|
||||
|
||||
* man/userdel.8.xml: The USERGROUPS_ENAB group may not be removed
|
||||
|
Reference in New Issue
Block a user