aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/oe-core/recipes-extended/pam/libpam_1.1.6.bbappend
blob: 640fa371a7587c930c24271811580aef7dca6b97 (plain)
1
2
3
4
5
6
PRINC := "${@int(PRINC) + 2}"

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