summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2011-06-07 17:22:30 +0200
committerTomas Mraz <tmraz@fedoraproject.org>2011-06-07 17:22:30 +0200
commit2cd2fb864a52e71a5f6c15aea1cc7e953674aeb6 (patch)
tree9c4910ce1d47fc201f258d5a10aaf89938557fc8 /ChangeLog
parentc99be5959bc7e7b407f7dd9ba6637f8fbb6c9249 (diff)
Detect the shared / mount and enable private mounts based on that.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 836804b3..bcd456c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-06-07 Tomas Mraz <tm@t8m.info>
+
+ * modules/pam_namespace/pam_namespace.c (root_shared): New
+ function to detect shared / mount.
+ (pam_sm_open_session): Call the root_shared() and enable
+ private mounts based on that.
+ * modules/pam_namespace/pam_namespace.8.xml: Document the
+ automatic detection of shared / mount.
+
2011-06-06 Tomas Mraz <tm@t8m.info>
* modules/pam_group/pam_group.c (shift_bytes): Removed.