aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/oe-core/recipes-extended/pam/libpam_1.1.6.bbappend
blob: 5b9181bd6df41f71cb623c22365ce515e124e13a (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
}