aboutsummaryrefslogtreecommitdiff
path: root/loginutils/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-19 00:20:20 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-19 00:20:20 +0000
commit15b213ef5a0834eb06a0183ab839ac883d829d5a (patch)
tree46b4cf5e6ce90c66b6794bf23b69705fbcb8d1e6 /loginutils/Config.in
parent908d6b7054fbe793636d75d50d4af73ad9627c3b (diff)
downloadbusybox-w32-15b213ef5a0834eb06a0183ab839ac883d829d5a.tar.gz
busybox-w32-15b213ef5a0834eb06a0183ab839ac883d829d5a.tar.bz2
busybox-w32-15b213ef5a0834eb06a0183ab839ac883d829d5a.zip
su: make /etc/shells check configurable
ash: missing ';'
Diffstat (limited to 'loginutils/Config.in')
-rw-r--r--loginutils/Config.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/loginutils/Config.in b/loginutils/Config.in
index 2ad141511..3628c49af 100644
--- a/loginutils/Config.in
+++ b/loginutils/Config.in
@@ -155,11 +155,14 @@ config SU
155 work properly. 155 work properly.
156 156
157config SU_SYSLOG 157config SU_SYSLOG
158 bool "Support for syslog in su" 158 bool "Enable su to write to syslog"
159 default y 159 default y
160 depends on SU 160 depends on SU
161 help 161
162 Enables support for syslog in su. 162config FEATURE_SU_CHECKS_SHELLS
163 bool "Enable su to check user's shell to be listed in /etc/shells"
164 depends on SU
165 default y
163 166
164config SULOGIN 167config SULOGIN
165 bool "sulogin" 168 bool "sulogin"