]> git.ipfire.org Git - thirdparty/shadow.git/commit
Call pam_end() after fork in child code path 408/head
authorBjörn Fischer <bf@CeBiTec.Uni-Bielefeld.DE>
Wed, 8 Sep 2021 13:03:36 +0000 (15:03 +0200)
committerSerge Hallyn <serge@hallyn.com>
Sun, 5 Dec 2021 14:03:56 +0000 (08:03 -0600)
commit6938bab42953510f8774a9ffb8f5db6692bd4504
tree5142c87f8a4090f908da785b796eb8cdda3836e1
parent4624e9fca1b02b64e25e8b2280a0186182ab73ba
Call pam_end() after fork in child code path

This conforms to PAM documentation and it is needed to support
ambient capabilities with PAM + libcap-2.58+.

Signed-off-by: Björn Fischer <bf@CeBiTec.Uni-Bielefeld.DE>
src/login.c
src/su.c