diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2011-06-07 17:22:30 +0200 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2011-06-07 17:22:30 +0200 |
commit | 2cd2fb864a52e71a5f6c15aea1cc7e953674aeb6 (patch) | |
tree | 9c4910ce1d47fc201f258d5a10aaf89938557fc8 /modules/pam_namespace/pam_namespace.8.xml | |
parent | c99be5959bc7e7b407f7dd9ba6637f8fbb6c9249 (diff) | |
download | pam-2cd2fb864a52e71a5f6c15aea1cc7e953674aeb6.tar.gz pam-2cd2fb864a52e71a5f6c15aea1cc7e953674aeb6.tar.bz2 pam-2cd2fb864a52e71a5f6c15aea1cc7e953674aeb6.zip |
Detect the shared / mount and enable private mounts based on that.
Diffstat (limited to 'modules/pam_namespace/pam_namespace.8.xml')
-rw-r--r-- | modules/pam_namespace/pam_namespace.8.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/pam_namespace/pam_namespace.8.xml b/modules/pam_namespace/pam_namespace.8.xml index f0ebe2c6..48021c80 100644 --- a/modules/pam_namespace/pam_namespace.8.xml +++ b/modules/pam_namespace/pam_namespace.8.xml @@ -243,11 +243,14 @@ </term> <listitem> <para> - This option should be used on systems where the / mount point and + This option can be used on systems where the / mount point or 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. + private. Normally the pam_namespace will try to detect the + shared / mount point and make the polyinstantiated directories + private automatically. This option has to be used just when + only a subtree is shared and / is not. </para> </listitem> </varlistentry> |