diff options
author | Tomas Mraz <tm@t8m.info> | 2008-01-29 15:38:34 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2008-01-29 15:38:34 +0000 |
commit | 538dad819245deb53f1d55109130dce2199c6730 (patch) | |
tree | 0c379de9f0954b352fbad4375bec01c13d408952 /modules/pam_sepermit/sepermit.conf | |
parent | 7ac2dea8a4726532f775479a44fc4c80404980e2 (diff) | |
download | pam-538dad819245deb53f1d55109130dce2199c6730.tar.gz pam-538dad819245deb53f1d55109130dce2199c6730.tar.bz2 pam-538dad819245deb53f1d55109130dce2199c6730.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2008-01-29 Tomas Mraz <t8m@centrum.cz>
* configure.in: Test for setkeycreatecon needs libselinux.
Add new module pam_sepermit.
* modules/Makefile.am: Add new module pam_sepermit.
* modules/pam_sepermit/.cvsignore: New file.
* modules/pam_sepermit/Makefile.am: Likewise.
* modules/pam_sepermit/README.xml: Likewise.
* modules/pam_sepermit/pam_sepermit.8.xml: Likewise.
* modules/pam_sepermit/pam_sepermit.c: Likewise.
* modules/pam_sepermit/sepermit.conf: Likewise.
* modules/pam_sepermit/tst-pam_sepermit: Likewise.
* doc/sag/pam_sepermit.xml: Likewise.
* doc/sag/pam_tty_audit.xml: Add pam_tty_audit to SAG.
Diffstat (limited to 'modules/pam_sepermit/sepermit.conf')
-rw-r--r-- | modules/pam_sepermit/sepermit.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/pam_sepermit/sepermit.conf b/modules/pam_sepermit/sepermit.conf new file mode 100644 index 00000000..951f3dfe --- /dev/null +++ b/modules/pam_sepermit/sepermit.conf @@ -0,0 +1,11 @@ +# /etc/security/sepermit.conf +# +# Each line contains either: +# - an user name +# - a group name, with @group syntax +# - a SELinux user name, with %seuser syntax +# Each line can contain optional arguments separated by : +# The possible arguments are: +# - exclusive - only single login session will +# be allowed for the user and the user's processes +# will be killed on logout |