aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_selinux/README
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-05-16 11:04:31 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-05-16 11:04:31 +0000
commit72188ec3483744ef54c20245ac4125eb1c67e92e (patch)
tree4c347b8078c1d26c605a52a175ba5d0fce5877a5 /modules/pam_selinux/README
parent67aab1ff5515054341a438cf9804e9c9b3a88033 (diff)
downloadpam-72188ec3483744ef54c20245ac4125eb1c67e92e.tar.gz
pam-72188ec3483744ef54c20245ac4125eb1c67e92e.tar.bz2
pam-72188ec3483744ef54c20245ac4125eb1c67e92e.zip
Relevant BUGIDs: none
Purpose of commit: new feature Commit summary: --------------- Add pam_selinux module
Diffstat (limited to 'modules/pam_selinux/README')
-rw-r--r--modules/pam_selinux/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/pam_selinux/README b/modules/pam_selinux/README
new file mode 100644
index 00000000..174c4bda
--- /dev/null
+++ b/modules/pam_selinux/README
@@ -0,0 +1,17 @@
+This is pam_selinux, a module for setting the default security context after
+login via PAM.
+
+Background: SELinux provides a mechanism for allowing people to login with
+different security contexts.
+
+The module takes these arguments:
+The module takes these arguments:
+ close Only execute the close_session portion of the module.
+ debug Log debug messages (with priority DEBUG) to syslog.
+ nottys Do not set security context on controlling tty
+ verbose Attempt to tell the user when security context is set.
+ open Only execute the open_session portion of the module.
+
+Dan Walsh <dwalsh@redhat.com>
+
+