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:
Denys Vlasenko 2016-03-30 16:49:13 +02:00
parent c418f48d8d
commit 8ac6effb02

View File

@ -12,7 +12,6 @@
//config: sulogin is invoked when the system goes into single user
//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))
//kbuild:lib-$(CONFIG_SULOGIN) += sulogin.o