From be52e613145564d55becf220111c0c81038eb7f6 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 2 Jun 2011 21:50:11 +0200 Subject: Add support for the mount_private option to pam_namespace. --- modules/pam_namespace/pam_namespace.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/pam_namespace/pam_namespace.h') 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 */ -- cgit v1.2.3