diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2011-06-07 17:22:30 +0200 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2011-06-07 17:22:30 +0200 |
commit | 2cd2fb864a52e71a5f6c15aea1cc7e953674aeb6 (patch) | |
tree | 9c4910ce1d47fc201f258d5a10aaf89938557fc8 /ChangeLog | |
parent | c99be5959bc7e7b407f7dd9ba6637f8fbb6c9249 (diff) | |
download | pam-2cd2fb864a52e71a5f6c15aea1cc7e953674aeb6.tar.gz pam-2cd2fb864a52e71a5f6c15aea1cc7e953674aeb6.tar.bz2 pam-2cd2fb864a52e71a5f6c15aea1cc7e953674aeb6.zip |
Detect the shared / mount and enable private mounts based on that.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |