diff options
author | Tomas Mraz <tm@t8m.info> | 2010-10-22 07:18:07 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2010-10-22 07:18:07 +0000 |
commit | 998a117d9b14ca409f157320670a7caac885255a (patch) | |
tree | 0f7cdfeae98329c1797355cff88e5f91613efd20 /ChangeLog | |
parent | a1f218877c56b1b0eafcbe223ddda95f9cbcd6e8 (diff) | |
download | pam-998a117d9b14ca409f157320670a7caac885255a.tar.gz pam-998a117d9b14ca409f157320670a7caac885255a.tar.bz2 pam-998a117d9b14ca409f157320670a7caac885255a.zip |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2010-10-22 Tomas Mraz <tm@t8m.info>
* modules/pam_namespace/pam_namespace.c (inst_init): Use execle()
to execute the init script with clean environment. (CVE-2010-3853)
(cleanup_tmpdirs): Likewise for executing rm.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2010-10-22 Tomas Mraz <tm@t8m.info> + + * modules/pam_namespace/pam_namespace.c (inst_init): Use execle() + to execute the init script with clean environment. (CVE-2010-3853) + (cleanup_tmpdirs): Likewise for executing rm. + 2010-10-21 Dmitry V. Levin <ldv@altlinux.org> * modules/pam_mkhomedir/mkhomedir_helper.c (rec_mkdir): Remove. |