aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-10-28 20:31:16 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-10-28 20:31:16 +0100
commitd4b2e0a027ce1c0b0d0dc7b41d31eb2902c7099e (patch)
treec8241dcb9399afe2465800980825e8c9853a9d28 /Makefile
parentAdd an optional never-failing pam_permit at the end of system-auth's session. (diff)
downloadpambase-d4b2e0a027ce1c0b0d0dc7b41d31eb2902c7099e.tar.gz
pambase-d4b2e0a027ce1c0b0d0dc7b41d31eb2902c7099e.tar.bz2
pambase-d4b2e0a027ce1c0b0d0dc7b41d31eb2902c7099e.zip
Add a system-services stack.
The system-services stack provides a session chain for services to have the same session settings as standard user logins. This includes limits (on Linux), temporary directories, namespaces and so on.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 651b641..312a6fe 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
CPP=cpp
# The pam.d file to create
-PAMD=system-auth system-login system-local-login system-remote-login other
+PAMD=system-auth system-login system-local-login system-remote-login system-services other
# command for git (the DVCS); set this to "true" to ignore GIT support
# (i.e.: in the ebuild)