diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-03-30 16:49:13 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-03-30 16:50:19 +0200 |
commit | 8ac6effb029f1fe4f620e061c1b62c4721f41491 (patch) | |
tree | 05667018b0b09dd46ab10a6615dcdccaafd0e94e | |
parent | c418f48d8dd311f2c093f8f5727b93e40a512330 (diff) | |
download | busybox-8ac6effb029f1fe4f620e061c1b62c4721f41491.tar.gz |
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>
-rw-r--r-- | loginutils/sulogin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/loginutils/sulogin.c b/loginutils/sulogin.c index 19b1e304c..d2ac1f65d 100644 --- a/loginutils/sulogin.c +++ b/loginutils/sulogin.c @@ -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 |