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.h | |
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.h')
-rw-r--r-- | modules/pam_namespace/pam_namespace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/pam_namespace/pam_namespace.h b/modules/pam_namespace/pam_namespace.h index da21bd70..7b39068b 100644 --- a/modules/pam_namespace/pam_namespace.h +++ b/modules/pam_namespace/pam_namespace.h @@ -96,6 +96,7 @@ #define PAMNS_NO_UNMOUNT_ON_CLOSE 0x00010000 /* no unmount at session close */ #define PAMNS_USE_CURRENT_CONTEXT 0x00020000 /* use getcon instead of getexeccon */ #define PAMNS_USE_DEFAULT_CONTEXT 0x00040000 /* use get_default_context instead of getexeccon */ +#define PAMNS_MOUNT_PRIVATE 0x00080000 /* Make the polydir mounts private */ /* polydir flags */ #define POLYDIR_EXCLUSIVE 0x00000001 /* polyinstatiate exclusively for override uids */ |