diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2012-10-10 19:46:02 +0200 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2012-10-10 19:46:02 +0200 |
commit | fbcbb0e302b0c7561e565531b47fba9477b238ba (patch) | |
tree | 0fd09590cb7c15f11ba9473f81866db694d88529 /modules/pam_namespace/namespace.conf.5.xml | |
parent | 6b2a5b9f5595f39fb919c12c52c7f3c53f33f914 (diff) | |
download | pam-fbcbb0e302b0c7561e565531b47fba9477b238ba.tar.gz pam-fbcbb0e302b0c7561e565531b47fba9477b238ba.tar.bz2 pam-fbcbb0e302b0c7561e565531b47fba9477b238ba.zip |
pam_namespace: add mntopts flag for tmpfs mount options
modules/pam_namespace/pam_namespace.h: Add mount_opts member to polydir
structure.
modules/pam_namespace/pam_namespace.c (del_polydir): Free the mount_opts.
(parse_method): Parse the mntopts flag.
(ns_setup): Pass the mount_opts to mount().
modules/pam_namespace/namespace.conf.5.xml: Document the mntopts flag.
Diffstat (limited to 'modules/pam_namespace/namespace.conf.5.xml')
-rw-r--r-- | modules/pam_namespace/namespace.conf.5.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/pam_namespace/namespace.conf.5.xml b/modules/pam_namespace/namespace.conf.5.xml index 673099b0..c7698cb4 100644 --- a/modules/pam_namespace/namespace.conf.5.xml +++ b/modules/pam_namespace/namespace.conf.5.xml @@ -119,6 +119,14 @@ contain the user name and will be shared among all users. </para> + <para><emphasis>mntopts</emphasis>=<replaceable>value</replaceable> + - value of this flag is passed to the mount call when the tmpfs mount is + done. It allows for example the specification of the maximum size of the + tmpfs instance that is created by the mount call. See <citerefentry> + <refentrytitle>mount</refentrytitle><manvolnum>8</manvolnum> + </citerefentry> for details. + </para> + <para> The directory where polyinstantiated instances are to be created, must exist and must have, by default, the mode of 0000. The |