aboutsummaryrefslogtreecommitdiff
path: root/loginutils/Config.in
diff options
context:
space:
mode:
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
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"