diff options
author | Tomas Mraz <tm@t8m.info> | 2006-12-18 21:07:42 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2006-12-18 21:07:42 +0000 |
commit | 5446d7c0392279696b941b65f21b383e7c01511c (patch) | |
tree | fdedc60ea507ae76571f27f301676f42500fcb64 /ChangeLog | |
parent | 40b7dda604037555600efb122ea4bc1117b6f7af (diff) |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2006-12-18 Tomas Mraz <t8m@centrum.cz>
* modules/pam_keyinit/pam_keyinit.c (kill_keyrings): Switch to new
egid first, euid next. Revert euid/egid to old euid/egid and not
ruid/rgid.
(pam_sm_open_session): Switch to new rgid first, ruid next.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -19,6 +19,11 @@ * modules/pam_unix/support.c (_unix_verify_password): Use strncmp only for bigcrypt result. + + * modules/pam_keyinit/pam_keyinit.c (kill_keyrings): Switch to new + egid first, euid next. Revert euid/egid to old euid/egid and not + ruid/rgid. + (pam_sm_open_session): Switch to new rgid first, ruid next. 2006-12-13 Thorsten Kukuk <kukuk@thkukuk.de> |