mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-26 04:35:40 +02: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:
6
meta-systemd/recipes-extended/pam/libpam_1.1.5.bbappend
Normal file
6
meta-systemd/recipes-extended/pam/libpam_1.1.5.bbappend
Normal file
@@ -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