mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user