diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2013-01-19 22:47:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-20 12:58:56 +0000 |
commit | e344f3e7d5c74735e58c85ec90521395a4cf9b01 (patch) | |
tree | 32d0001bbb2dfe7aac18724ffd0d939049f6a0a6 /meta/recipes-extended/pam | |
parent | c55926c1eabde7168e1779cfb2082cf52eaea87d (diff) | |
download | poky-e344f3e7d5c74735e58c85ec90521395a4cf9b01.tar.gz |
libpam: register PAM session with logind
This make screen/tmux/etc work as intended.
(From OE-Core rev: 58731bbdbd4ab4cfd560f14758a65efdfad2e28f)
Signed-off-by: Martin Donnelly <martin.donnelly@ge.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/pam')
-rw-r--r-- | meta/recipes-extended/pam/libpam/pam.d/common-session | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/pam/libpam/pam.d/common-session b/meta/recipes-extended/pam/libpam/pam.d/common-session index a594dd9d90..7fd61feea1 100644 --- a/meta/recipes-extended/pam/libpam/pam.d/common-session +++ b/meta/recipes-extended/pam/libpam/pam.d/common-session | |||
@@ -16,4 +16,6 @@ session requisite pam_deny.so | |||
16 | # since the modules above will each just jump around | 16 | # since the modules above will each just jump around |
17 | session required pam_permit.so | 17 | session required pam_permit.so |
18 | # and here are more per-package modules (the "Additional" block) | 18 | # and here are more per-package modules (the "Additional" block) |
19 | session required pam_unix.so | 19 | session required pam_unix.so |
20 | # Register with logind to make screen/tmux/etc work | ||
21 | session optional pam_systemd.so | ||