From 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:20:04 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta-systemd/oe-core/recipes-extended/pam/libpam_1.1.6.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-systemd/oe-core/recipes-extended/pam/libpam_1.1.6.bbappend (limited to 'meta-systemd/oe-core/recipes-extended/pam') diff --git a/meta-systemd/oe-core/recipes-extended/pam/libpam_1.1.6.bbappend b/meta-systemd/oe-core/recipes-extended/pam/libpam_1.1.6.bbappend new file mode 100644 index 0000000000..db55082093 --- /dev/null +++ b/meta-systemd/oe-core/recipes-extended/pam/libpam_1.1.6.bbappend @@ -0,0 +1,4 @@ +# Register with logind to make screen/tmux/etc work +do_install_append() { + echo "session required pam_systemd.so" >> ${D}${sysconfdir}/pam.d/common-session +} -- cgit v1.2.3-54-g00ecf