KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /proc/21573/root/usr/share/doc/pam-0.99.6.2/html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //proc/21573/root/usr/share/doc/pam-0.99.6.2/html/sag-pam_selinux.html
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>6.26. pam_selinux - set the default security context</title><meta name="generator" content="DocBook XSL Stylesheets V1.69.1"><link rel="start" href="Linux-PAM_SAG.html" title="The Linux-PAM System Administrators' Guide"><link rel="up" href="sag-module-reference.html" title="Chapter 6. A reference guide for available modules"><link rel="prev" href="sag-pam_securetty.html" title="6.25. pam_securetty - limit root login to special devices"><link rel="next" href="sag-pam_shells.html" title="6.27. pam_shells - check for valid login shell"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">6.26. pam_selinux - set the default security context</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="sag-pam_securetty.html">Prev</a> </td><th width="60%" align="center">Chapter 6. A reference guide for available modules</th><td width="20%" align="right"> <a accesskey="n" href="sag-pam_shells.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sag-pam_selinux"></a>6.26. pam_selinux - set the default security context</h2></div></div></div><div class="cmdsynopsis"><p><code class="command">pam_selinux.so</code>  [
	close
      ] [
	debug
      ] [
	open
      ] [
	nottys
      ] [
	verbose
      ] [
	select_context
      ] [
	use_current_range
      ]</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="sag-pam_selinux-description"></a>6.26.1. DESCRIPTION</h3></div></div></div><p>
      In a nutshell, pam_selinux sets up the default security context for the
      next execed shell.
    </p><p>
      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.
    </p><p>
      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.
    </p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="sag-pam_selinux-options"></a>6.26.2. OPTIONS</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">
          <code class="option">close</code>
        </span></dt><dd><p>
            Only execute the close_session portion of the module.
          </p></dd><dt><span class="term">
          <code class="option">debug</code>
        </span></dt><dd><p>
           Turns on debugging via
	    <span class="citerefentry"><span class="refentrytitle">syslog</span>(3)</span>.
          </p></dd><dt><span class="term">
          <code class="option">open</code>
        </span></dt><dd><p>
            Only execute the open_session portion of the module.
          </p></dd><dt><span class="term">
          <code class="option">nottys</code>
        </span></dt><dd><p>
            Do not try to setup the ttys security context.
          </p></dd><dt><span class="term">
          <code class="option">verbose</code>
        </span></dt><dd><p>
            attempt to inform the user when security context is set.
          </p></dd><dt><span class="term">
          <code class="option">select_context</code>
        </span></dt><dd><p>
            Attempt to ask the user for a custom security context role.
            If MLS is on ask also for sensitivity level.
          </p></dd><dt><span class="term">
          <code class="option">use_current_range</code>
        </span></dt><dd><p>
            Use the sensitivity range of the process for the user context.
            This option and the select_context option are mutually exclusive.
          </p></dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="sag-pam_selinux-services"></a>6.26.3. MODULE SERVICES PROVIDED</h3></div></div></div><p>
      Only the <code class="option">session</code> service is supported.
    </p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="sag-pam_selinux-return_values"></a>6.26.4. RETURN VALUES</h3></div></div></div><div class="variablelist"><dl><dt><span class="term">PAM_AUTH_ERR</span></dt><dd><p>
            Unable to get or set a valid context.
          </p></dd><dt><span class="term">PAM_SUCCESS</span></dt><dd><p>
            The security context was set successfull.
          </p></dd><dt><span class="term">PAM_USER_UNKNOWN</span></dt><dd><p>
            The user is not known to the system.
          </p></dd></dl></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="sag-pam_selinux-examples"></a>6.26.5. EXAMPLES</h3></div></div></div><pre class="programlisting">
auth     required  pam_unix.so
session  required  pam_permit.so    
session  optional  pam_selinux.so
    </pre></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="sag-pam_selinux-author"></a>6.26.6. AUTHOR</h3></div></div></div><p>
        pam_selinux was written by Dan Walsh &lt;dwalsh@redhat.com&gt;.
      </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="sag-pam_securetty.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="sag-module-reference.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="sag-pam_shells.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">6.25. pam_securetty - limit root login to special devices </td><td width="20%" align="center"><a accesskey="h" href="Linux-PAM_SAG.html">Home</a></td><td width="40%" align="right" valign="top"> 6.27. pam_shells - check for valid login shell</td></tr></table></div></body></html>

Anon7 - 2021