summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch')
-rw-r--r--meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch13
1 files changed, 6 insertions, 7 deletions
diff --git a/meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch b/meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch
index a351237338..f7a5b19da7 100644
--- a/meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch
+++ b/meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch
@@ -1,6 +1,3 @@
1From f70a1a9605cd3adac450c49a5a69da6e9acda517 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Fri, 20 Feb 2015 05:26:25 +0000
4Subject: [PATCH 15/36] systemd-user: avoid using system-auth 1Subject: [PATCH 15/36] systemd-user: avoid using system-auth
5 2
6In OE, we don't provide system-auth, instead, we use common-* files. 3In OE, we don't provide system-auth, instead, we use common-* files.
@@ -10,15 +7,16 @@ Upstream-Status: Inappropriate [oe specific]
10 7
11Signed-off-by: Chen Qi <Qi.Chen@windriver.com> 8Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
12Signed-off-by: Khem Raj <raj.khem@gmail.com> 9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10
13--- 11---
14 src/login/systemd-user.m4 | 4 ++-- 12 src/login/systemd-user.m4 | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-) 13 1 file changed, 2 insertions(+), 2 deletions(-)
16 14
17diff --git a/src/login/systemd-user.m4 b/src/login/systemd-user.m4 15diff --git a/src/login/systemd-user.m4 b/src/login/systemd-user.m4
18index 7933508..16b73d2 100644 16index f188a8e..862d8d7 100644
19--- a/src/login/systemd-user.m4 17--- a/src/login/systemd-user.m4
20+++ b/src/login/systemd-user.m4 18+++ b/src/login/systemd-user.m4
21@@ -2,10 +2,10 @@ 19@@ -2,11 +2,11 @@
22 # 20 #
23 # Used by systemd --user instances. 21 # Used by systemd --user instances.
24 22
@@ -29,8 +27,9 @@ index 7933508..16b73d2 100644
29 session required pam_selinux.so close 27 session required pam_selinux.so close
30 session required pam_selinux.so nottys open 28 session required pam_selinux.so nottys open
31 )m4_dnl 29 )m4_dnl
30 session required pam_loginuid.so
32-session include system-auth 31-session include system-auth
33+session include common-session 32+session include common-account
34-- 33--
351.8.3.1 342.8.3
36 35