diff options
author | Tomas Mraz <tm@t8m.info> | 2010-10-11 14:24:30 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2010-10-11 14:24:30 +0000 |
commit | 4c430f6f8391555bb1b7b78991afb20d35228efc (patch) | |
tree | 0079e70cff4a5253867b13a6f67e09bdbcc16157 /ChangeLog | |
parent | bd093f250963e33c98801a1058de337e38ca1ef0 (diff) | |
download | pam-4c430f6f8391555bb1b7b78991afb20d35228efc.tar.gz pam-4c430f6f8391555bb1b7b78991afb20d35228efc.tar.bz2 pam-4c430f6f8391555bb1b7b78991afb20d35228efc.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2010-10-11 Tomas Mraz <t8m@centrum.cz>
* modules/pam_env/pam_env.c: Change default for user_readenv to 0.
* modules/pam_env/pam_env.8.xml: Document the new default for user_readenv.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2010-10-11 Tomas Mraz <t8m@centrum.cz> + + * modules/pam_env/pam_env.c: Change default for user_readenv to 0. + * modules/pam_env/pam_env.8.xml: Document the new default for user_readenv. + 2010-10-07 Dmitry V. Levin <ldv@altlinux.org> * modules/pam_selinux/pam_selinux.c (verbose_message): Fix format @@ -40,6 +45,7 @@ * modules/pam_xauth/pam_xauth.c (check_acl): Ensure that the given access control file is a regular file. +>>>>>>> 1.530 2010-09-16 Dmitry V. Levin <ldv@altlinux.org> * modules/pam_env/pam_env.c (handle_env): Use setfsuid() return code. |