diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-10-28 20:31:16 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-10-28 20:31:16 +0100 |
commit | d4b2e0a027ce1c0b0d0dc7b41d31eb2902c7099e (patch) | |
tree | c8241dcb9399afe2465800980825e8c9853a9d28 /.gitignore | |
parent | Add an optional never-failing pam_permit at the end of system-auth's session. (diff) | |
download | pambase-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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,5 +2,6 @@ system-auth system-login system-local-login system-remote-login +system-services other pambase-*.tar.bz2 |