aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/recipes-extended/pam/libpam_1.1.5.bbappend
blob: 7c4bcd88f7959f832cac10fa7a4758e1d51eeea2 (plain)
1
2
3
4
5
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
}