aboutsummaryrefslogtreecommitdiff
path: root/loginutils/Config.src
diff options
context:
space:
mode:
authorIan Wienand <ianw@vmware.com>2011-09-14 08:41:38 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-09-14 08:41:38 +0200
commit378ab6819907fa9e439e93ed081c73c2351b4330 (patch)
tree2dff596f174929de10472a36a452462118613980 /loginutils/Config.src
parenta221bc5f9909a6914ec6f4d14f76bb28c4a4cddf (diff)
downloadbusybox-378ab6819907fa9e439e93ed081c73c2351b4330.tar.gz
login: new option LOGIN_SESSION_AS_CHILD
Signed-off-by: Ian Wienand <ianw@vmware.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils/Config.src')
-rw-r--r--loginutils/Config.src11
1 files changed, 11 insertions, 0 deletions
diff --git a/loginutils/Config.src b/loginutils/Config.src
index 0d7f50cf1..14ce53434 100644
--- a/loginutils/Config.src
+++ b/loginutils/Config.src
@@ -205,6 +205,17 @@ config LOGIN
Note that Busybox binary must be setuid root for this applet to
work properly.
+config LOGIN_SESSION_AS_CHILD
+ bool "Run logged in session in a child process"
+ default y if PAM
+ depends on LOGIN
+ help
+ Run the logged in session in a child process. This allows
+ login to clean up things such as utmp entries or PAM sessions
+ when the login session is complete. If you use PAM, you
+ almost always would want this to be set to Y, else PAM session
+ will not be cleaned up.
+
config PAM
bool "Support for PAM (Pluggable Authentication Modules)"
default n