summaryrefslogtreecommitdiff
path: root/Linux-PAM/modules/pam_selinux/pam_selinux.8
diff options
context:
space:
mode:
Diffstat (limited to 'Linux-PAM/modules/pam_selinux/pam_selinux.8')
-rw-r--r--Linux-PAM/modules/pam_selinux/pam_selinux.8101
1 files changed, 0 insertions, 101 deletions
diff --git a/Linux-PAM/modules/pam_selinux/pam_selinux.8 b/Linux-PAM/modules/pam_selinux/pam_selinux.8
deleted file mode 100644
index ec26025d..00000000
--- a/Linux-PAM/modules/pam_selinux/pam_selinux.8
+++ /dev/null
@@ -1,101 +0,0 @@
-.\" Title: pam_selinux
-.\" Author:
-.\" Generator: DocBook XSL Stylesheets v1.73.1 <http://docbook.sf.net/>
-.\" Date: 01/08/2008
-.\" Manual: Linux-PAM Manual
-.\" Source: Linux-PAM Manual
-.\"
-.TH "PAM_SELINUX" "8" "01/08/2008" "Linux-PAM Manual" "Linux\-PAM Manual"
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.SH "NAME"
-pam_selinux - PAM module to set the default security context
-.SH "SYNOPSIS"
-.HP 15
-\fBpam_selinux\.so\fR [close] [debug] [open] [nottys] [verbose] [select_context] [use_current_range]
-.SH "DESCRIPTION"
-.PP
-In a nutshell, pam_selinux sets up the default security context for the next execed shell\.
-.PP
-When an application opens a session using pam_selinux, the shell that gets executed will be run in the default security context, or if the user chooses and the pam file allows the selected security context\. Also the controlling tty will have it\'s security context modified to match the users\.
-.PP
-Adding pam_selinux into a pam file could cause other pam modules to change their behavior if the exec another application\. The close and open option help mitigate this problem\. close option will only cause the close portion of the pam_selinux to execute, and open will only cause the open portion to run\. You can add pam_selinux to the config file twice\. Add the pam_selinux close as the executes the open pass through the modules, pam_selinux open_session will happen last\. When PAM executes the close pass through the modules pam_selinux close_session will happen first\.
-.SH "OPTIONS"
-.PP
-\fBclose\fR
-.RS 4
-Only execute the close_session portion of the module\.
-.RE
-.PP
-\fBdebug\fR
-.RS 4
-Turns on debugging via
-\fBsyslog\fR(3)\.
-.RE
-.PP
-\fBopen\fR
-.RS 4
-Only execute the open_session portion of the module\.
-.RE
-.PP
-\fBnottys\fR
-.RS 4
-Do not try to setup the ttys security context\.
-.RE
-.PP
-\fBverbose\fR
-.RS 4
-attempt to inform the user when security context is set\.
-.RE
-.PP
-\fBselect_context\fR
-.RS 4
-Attempt to ask the user for a custom security context role\. If MLS is on ask also for sensitivity level\.
-.RE
-.PP
-\fBuse_current_range\fR
-.RS 4
-Use the sensitivity range of the process for the user context\. This option and the select_context option are mutually exclusive\.
-.RE
-.SH "MODULE SERVICES PROVIDED"
-.PP
-Only the
-\fBsession\fR
-service is supported\.
-.SH "RETURN VALUES"
-.PP
-PAM_AUTH_ERR
-.RS 4
-Unable to get or set a valid context\.
-.RE
-.PP
-PAM_SUCCESS
-.RS 4
-The security context was set successfull\.
-.RE
-.PP
-PAM_USER_UNKNOWN
-.RS 4
-The user is not known to the system\.
-.RE
-.SH "EXAMPLES"
-.sp
-.RS 4
-.nf
-auth required pam_unix\.so
-session required pam_permit\.so
-session optional pam_selinux\.so
-
-.fi
-.RE
-.SH "SEE ALSO"
-.PP
-
-\fBpam.conf\fR(5),
-\fBpam.d\fR(8),
-\fBpam\fR(8)
-.SH "AUTHOR"
-.PP
-pam_selinux was written by Dan Walsh <dwalsh@redhat\.com>\.