summaryrefslogtreecommitdiff
path: root/modules/pam_selinux/README
diff options
context:
space:
mode:
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>
+
+