summaryrefslogtreecommitdiff
path: root/modules/pam_namespace/pam_namespace.8.xml
blob: 4c93ecf0193e6f7fd384d84ce2b7e9089ee46409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
                   "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">

<refentry id='pam_namespace'>

  <refmeta>
    <refentrytitle>pam_namespace</refentrytitle>
    <manvolnum>8</manvolnum>
    <refmiscinfo class='setdesc'>Linux-PAM Manual</refmiscinfo>
  </refmeta>

  <refnamediv id='pam_namespace-name'>
    <refname>pam_namespace</refname>
    <refpurpose>
      PAM module for configuring namespace for a session
    </refpurpose>
  </refnamediv>

<!-- body begins here -->

  <refsynopsisdiv>
    <cmdsynopsis id="pam_namespace-cmdsynopsis">
      <command>pam_namespace.so</command>
      <arg choice="opt">
        debug
      </arg>
      <arg choice="opt">
        unmnt_remnt
      </arg>
      <arg choice="opt">
        unmnt_only
      </arg>
      <arg choice="opt">
        require_selinux
      </arg>
      <arg choice="opt">
        gen_hash
      </arg>
      <arg choice="opt">
        ignore_config_error
      </arg>
      <arg choice="opt">
        ignore_instance_parent_mode
      </arg>
    </cmdsynopsis>
  </refsynopsisdiv>


  <refsect1 id="pam_namespace-description">
    <title>DESCRIPTION</title>
    <para>
      The pam_namespace PAM module sets up a private namespace for a session
      with polyinstantiated directories. A polyinstantiated directory
      provides a different instance of itself based on user name, or when
      using SELinux, user name, security context or both.  If an executable
      script <filename>/etc/security/namespace.init</filename> exists, it
      is used to initialize the namespace every time a new instance
      directory is setup. The script receives the polyinstantiated
      directory path and the instance directory path as its arguments.
    </para>

    <para>
      The pam_namespace module disassociates the session namespace from
      the parent namespace. Any mounts/unmounts performed in the parent
      namespace, such as mounting of devices, are not reflected in the
      session namespace. To propagate selected mount/unmount events from
      the parent namespace into the disassociated session namespace, an
      administrator may use the special shared-subtree feature. For
      additional information on shared-subtree feature, please refer to
      the mount(8) man page and the shared-subtree description at
      http://lwn.net/Articles/159077 and http://lwn.net/Articles/159092.
    </para>

  </refsect1>

  <refsect1 id="pam_namespace-options">
    <title>OPTIONS</title>
    <variablelist>

      <varlistentry>
        <term>
          <option>debug</option>
        </term>
        <listitem>
          <para>
            A lot of debug information is logged using syslog
          </para>
        </listitem>
      </varlistentry>

      <varlistentry>
        <term>
          <option>unmnt_remnt</option>
        </term>
        <listitem>
          <para>
            For programs such as su and newrole, the login
            session has already setup a polyinstantiated
            namespace. For these programs, polyinstantiation
            is performed based on new user id or security
            context, however the command first needs to
            undo the polyinstantiation performed by login.
            This argument instructs the command to
            first undo previous polyinstantiation before
            proceeding with new polyinstantiation based on
            new id/context
          </para>
        </listitem>
      </varlistentry>

      <varlistentry>
        <term>
          <option>unmnt_only</option>
        </term>
        <listitem>
          <para>
            For trusted programs that want to undo any
            existing bind mounts and process instance
            directories on their own, this argument allows
            them to unmount currently mounted instance
            directories
          </para>
        </listitem>
      </varlistentry>

      <varlistentry>
        <term>
          <option>require_selinux</option>
        </term>
        <listitem>
          <para>
            If selinux is not enabled, return failure
          </para>
        </listitem>
      </varlistentry>

      <varlistentry>
        <term>
          <option>gen_hash</option>
        </term>
        <listitem>
          <para>
            Instead of using the security context string
            for the instance name, generate and use its
            md5 hash.
          </para>
        </listitem>
      </varlistentry>

      <varlistentry>
        <term>
          <option>ignore_config_error</option>
        </term>
        <listitem>
          <para>
            If a line in the configuration file corresponding
            to a polyinstantiated directory contains format
            error, skip that line process the next line.
            Without this option, pam will return an error
            to the calling program resulting in termination
            of the session.
          </para>
        </listitem>
      </varlistentry>

      <varlistentry>
        <term>
          <option>ignore_instance_parent_mode</option>
        </term>
        <listitem>
          <para>
	    Instance parent directories by default are expected to have
	    the restrictive mode of 000. Using this option, an administrator
	    can choose to ignore the mode of the instance parent. This option
            should be used with caution as it will reduce security and
            isolation goals of the polyinstantiation mechanism.
          </para>
        </listitem>
      </varlistentry>

    </variablelist>
  </refsect1>

  <refsect1 id="pam_namespace-services">
    <title>MODULE SERVICES PROVIDED</title>
    <para>
      The <option>session</option> service is supported.
    </para>
  </refsect1>

  <refsect1 id="pam_namespace-return_values">
    <title>RETURN VALUES</title>
    <variablelist>
      <varlistentry>
        <term>PAM_SUCCESS</term>
        <listitem>
           <para>
             Namespace setup was successful.
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>PAM_SERVICE_ERR</term>
        <listitem>
           <para>
             Unexpected system error occurred while setting up namespace.
          </para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>PAM_SESSION_ERR</term>
        <listitem>
           <para>
             Unexpected namespace configuration error occurred.
          </para>
        </listitem>
      </varlistentry>
    </variablelist>
  </refsect1>

  <refsect1 id="pam_namespace-files">
    <title>FILES</title>
    <variablelist>
      <varlistentry>
        <term><filename>/etc/security/namespace.conf</filename></term>
        <listitem>
          <para>Configuration file</para>
        </listitem>
      </varlistentry>
    </variablelist>
  </refsect1>

  <refsect1 id="pam_namespace-examples">
    <title>EXAMPLES</title>

    <para>
      For the &lt;service&gt;s you need polyinstantiation (login for example)
      put the following line in /etc/pam.d/&lt;service&gt; as the last line for
      session group:
    </para>

    <para>
      session  required  pam_namespace.so [arguments]
    </para>

    <para>
      To use polyinstantiation with graphical display manager gdm, insert the
      following line, before exit 0, in /etc/gdm/PostSession/Default:
    </para>

    <para>
      /usr/sbin/gdm-safe-restart
    </para>

    <para>
      This allows gdm to restart after each session and appropriately adjust
      namespaces of display manager and the X server. If polyinstantiation
      of /tmp is desired along with the graphical environment, then additional
      configuration changes are needed to address the interaction of X server
      and font server namespaces with their use of /tmp to create
      communication sockets. Please use the initialization script
      <filename>/etc/security/namespace.init</filename> to ensure that
      the X server and its clients can appropriately access the
      communication socket X0. Please refer to the sample instructions
      provided in the comment section of the instance initialization script
      <filename>/etc/security/namespace.init</filename>. In addition,
      perform the following changes to use graphical environment with
      polyinstantiation of /tmp:
    </para>

    <para>
    <literallayout>
      1. Disable the use of font server by commenting out "FontPath"
         line in /etc/X11/xorg.conf. If you do want to use the font server
         then you will have to augment the instance initialization
         script to appropriately provide /tmp/.font-unix from the
         polyinstantiated /tmp.
      2. Ensure that the gdm service is setup to use pam_namespace,
         as described above, by modifying /etc/pam.d/gdm.
      3. Ensure that the display manager is configured to restart X server
         with each new session. This default setup can be verified by
         making sure that /usr/share/gdm/defaults.conf contains
         "AlwaysRestartServer=true", and it is not overridden by
         /etc/gdm/custom.conf.
    </literallayout>
    </para>

  </refsect1>

  <refsect1 id="pam_namespace-see_also">
    <title>SEE ALSO</title>
    <para>
      <citerefentry>
        <refentrytitle>namespace.conf</refentrytitle><manvolnum>5</manvolnum>
      </citerefentry>,
      <citerefentry>
        <refentrytitle>pam.d</refentrytitle><manvolnum>8</manvolnum>
      </citerefentry>,
      <citerefentry>
        <refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum>
      </citerefentry>,
      <citerefentry>
        <refentrytitle>pam</refentrytitle><manvolnum>8</manvolnum>
      </citerefentry>.
    </para>
  </refsect1>

  <refsect1 id="pam_namespace-authors">
    <title>AUTHORS</title>
    <para>
      The namespace setup scheme was designed by Stephen Smalley, Janak Desai
      and Chad Sellers.
      The pam_namespace PAM module was developed by Janak Desai &lt;janak@us.ibm.com&gt;, Chad Sellers &lt;csellers@tresys.com&gt; and Steve Grubb &lt;sgrubb@redhat.com&gt;.
    </para>
  </refsect1>
</refentry>