diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2011-06-02 21:50:11 +0200 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2011-06-02 21:50:11 +0200 |
commit | be52e613145564d55becf220111c0c81038eb7f6 (patch) | |
tree | 3868636bf0ad78c98ac55acdeec78cd2e6a8d523 /modules/pam_namespace/pam_namespace.8.xml | |
parent | a1950248ee3fb08374b5733afc3d9f123634319b (diff) | |
download | pam-be52e613145564d55becf220111c0c81038eb7f6.tar.gz pam-be52e613145564d55becf220111c0c81038eb7f6.tar.bz2 pam-be52e613145564d55becf220111c0c81038eb7f6.zip |
Add support for the mount_private option to pam_namespace.
Diffstat (limited to 'modules/pam_namespace/pam_namespace.8.xml')
-rw-r--r-- | modules/pam_namespace/pam_namespace.8.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/pam_namespace/pam_namespace.8.xml b/modules/pam_namespace/pam_namespace.8.xml index 0433f0fd..f0ebe2c6 100644 --- a/modules/pam_namespace/pam_namespace.8.xml +++ b/modules/pam_namespace/pam_namespace.8.xml @@ -52,6 +52,9 @@ <arg choice="opt"> use_default_context </arg> + <arg choice="opt"> + mount_private + </arg> </cmdsynopsis> </refsynopsisdiv> @@ -234,6 +237,21 @@ </listitem> </varlistentry> + <varlistentry> + <term> + <option>mount_private</option> + </term> + <listitem> + <para> + This option should be used on systems where the / mount point and + its submounts are made shared (for example with a + <command>mount --make-rshared /</command> command). + The module will make the polyinstantiated directory mount points + private. + </para> + </listitem> + </varlistentry> + </variablelist> </refsect1> |