Files
Koen Kooi dbb3624147 libpam 1.1.5 bbappend: register PAM session with logind
This makes screen/tmux/etc work as intended

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-17 08:52:13 +02:00

7 lines
189 B
Plaintext

PRINC := "${@int(PRINC) + 1}"
# Register with logind to make screen/tmux/etc work
do_install_append() {
echo "session required pam_systemd.so" >> ${D}${sysconfdir}/pam.d/common-session
}