* src/su.c: After prepare_pam_close_session() there is no need to

close the session in the child. Added pam_setcred to
	prepare_pam_close_session().
This commit is contained in:
nekral-guest
2011-06-13 18:27:46 +00:00
parent 1340beed16
commit 317939e821
2 changed files with 5 additions and 6 deletions

View File

@@ -8,6 +8,9 @@
* src/su.c: Also drop the controlling terminal when PAM is not
used.
* src/su.c: Remove run_shell().
* src/su.c: After prepare_pam_close_session() there is no need to
close the session in the child. Added pam_setcred to
prepare_pam_close_session().
2011-06-12 Nicolas François <nicolas.francois@centraliens.net>