summaryrefslogtreecommitdiff
path: root/modules/pam_sepermit/sepermit.conf
diff options
context:
space:
mode:
authorTomas Mraz <tm@t8m.info>2008-01-29 15:38:34 +0000
committerTomas Mraz <tm@t8m.info>2008-01-29 15:38:34 +0000
commit538dad819245deb53f1d55109130dce2199c6730 (patch)
tree0c379de9f0954b352fbad4375bec01c13d408952 /modules/pam_sepermit/sepermit.conf
parent7ac2dea8a4726532f775479a44fc4c80404980e2 (diff)
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.conf11
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