* src/su.c: Also drop the controlling terminal when PAM is not

used.
	* src/su.c: Remove run_shell().
This commit is contained in:
nekral-guest
2011-06-13 18:27:40 +00:00
parent e9045e9f55
commit 1340beed16
2 changed files with 58 additions and 44 deletions

View File

@@ -5,6 +5,9 @@
prepare_pam_close_session() is now executed before the creation of
the pam session and before the UID is changed. This allows to
close the session as root.
* src/su.c: Also drop the controlling terminal when PAM is not
used.
* src/su.c: Remove run_shell().
2011-06-12 Nicolas François <nicolas.francois@centraliens.net>