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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2011-06-02 Tomas Mraz <tm@t8m.info> + + * modules/pam_namespace/pam_namespace.c (protect_dir): Add parameter + to always do protect mount the last directory in the path. + (check_inst_parent, create_polydir): Update the protect_dir() call. + (ns_setup): Likewise and add the MS_PRIVATE mount() call. + (pam_sm_open_session): Check the mount_private option. + * modules/pam_namespace/pam_namespace.h: Add the PAMNS_MOUNT_PRIVATE. + * modules/pam_namespace/pam_namespace.8.xml: Document the mount_private + option. + 2011-05-30 Thorsten Kukuk <kukuk@thkukuk.de> * modules/pam_timestamp/pam_timestamp.c (main): Remove unsused |