summaryrefslogtreecommitdiff
path: root/modules/pam_selinux/README
blob: 174c4bda7c340c9dd435dcbe2ff2f384566e1463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>