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.patch35
1 files changed, 0 insertions, 35 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
deleted file mode 100644
index 6e6f344890..0000000000
--- a/meta/recipes-core/systemd/systemd/0015-systemd-user-avoid-using-system-auth.patch
+++ /dev/null
@@ -1,35 +0,0 @@
1Subject: [PATCH 15/36] systemd-user: avoid using system-auth
2
3In OE, we don't provide system-auth, instead, we use common-* files.
4So modify systemd-user file to use common-* files.
5
6Upstream-Status: Inappropriate [oe specific]
7
8Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10
11---
12 src/login/systemd-user.m4 | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15diff --git a/src/login/systemd-user.m4 b/src/login/systemd-user.m4
16index f188a8e..862d8d7 100644
17--- a/src/login/systemd-user.m4
18+++ b/src/login/systemd-user.m4
19@@ -2,11 +2,11 @@
20 #
21 # Used by systemd --user instances.
22
23-account include system-auth
24+account include common-account
25
26 m4_ifdef(`HAVE_SELINUX',
27 session required pam_selinux.so close
28 session required pam_selinux.so nottys open
29 )m4_dnl
30 session required pam_loginuid.so
31-session include system-auth
32+session include common-session
33--
342.8.3
35