sulogin: Dorp incorrect comment about suid-ness
Sulogin is not a suid app, should fail if run by non-root. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
c418f48d8d
commit
8ac6effb02
@ -12,7 +12,6 @@
|
|||||||
//config: sulogin is invoked when the system goes into single user
|
//config: sulogin is invoked when the system goes into single user
|
||||||
//config: mode (this is done through an entry in inittab).
|
//config: mode (this is done through an entry in inittab).
|
||||||
|
|
||||||
//applet:/* Needs to be run by root or be suid root - needs to change uid and gid: */
|
|
||||||
//applet:IF_SULOGIN(APPLET(sulogin, BB_DIR_SBIN, BB_SUID_DROP))
|
//applet:IF_SULOGIN(APPLET(sulogin, BB_DIR_SBIN, BB_SUID_DROP))
|
||||||
|
|
||||||
//kbuild:lib-$(CONFIG_SULOGIN) += sulogin.o
|
//kbuild:lib-$(CONFIG_SULOGIN) += sulogin.o
|
||||||
|
Loading…
Reference in New Issue
Block a user