mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 18:41:55 +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:
parent
a97d600352
commit
dbb3624147
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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user