From: Tomas Mraz Date: Wed, 10 Oct 2012 17:46:02 +0000 (+0200) Subject: pam_namespace: add mntopts flag for tmpfs mount options X-Git-Tag: Linux-PAM-1_1_7~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbcbb0e302b0c7561e565531b47fba9477b238ba;hp=fbcbb0e302b0c7561e565531b47fba9477b238ba;p=linux-pam 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. ---