diff options
author | Denis Vlasenko | 2006-12-19 00:20:20 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-12-19 00:20:20 +0000 |
commit | 15b213ef5a0834eb06a0183ab839ac883d829d5a (patch) | |
tree | 46b4cf5e6ce90c66b6794bf23b69705fbcb8d1e6 /loginutils/Config.in | |
parent | 908d6b7054fbe793636d75d50d4af73ad9627c3b (diff) | |
download | busybox-15b213ef5a0834eb06a0183ab839ac883d829d5a.zip busybox-15b213ef5a0834eb06a0183ab839ac883d829d5a.tar.gz |
su: make /etc/shells check configurable
ash: missing ';'
Diffstat (limited to 'loginutils/Config.in')
-rw-r--r-- | loginutils/Config.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in index 2ad1415..3628c49 100644 --- a/loginutils/Config.in +++ b/loginutils/Config.in @@ -155,11 +155,14 @@ config SU work properly. config SU_SYSLOG - bool "Support for syslog in su" + bool "Enable su to write to syslog" default y depends on SU - help - Enables support for syslog in su. + +config FEATURE_SU_CHECKS_SHELLS + bool "Enable su to check user's shell to be listed in /etc/shells" + depends on SU + default y config SULOGIN bool "sulogin" |