summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd/0014-systemd-user-avoid-using-system-auth.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-12-14 05:55:35 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-16 12:12:18 +0000
commit54f01ca1174179918828a9b61ebc6c3e62da8e88 (patch)
tree6f2c6c34b6716962bd12a19cf4c2796f9f17976c /meta/recipes-core/systemd/systemd/0014-systemd-user-avoid-using-system-auth.patch
parent63bdadccb662fcae52ec9ddb7f6e43b454dd1d1c (diff)
downloadpoky-54f01ca1174179918828a9b61ebc6c3e62da8e88.tar.gz
systemd: Upgrade to 228
Forward port all patches and format them to be git am'able Drop patches specific to uclibc's missing features which now are there in uclibc-ng (From OE-Core rev: fcaa030fa3c6eb0980cc635b92d6819682cf7742) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd/0014-systemd-user-avoid-using-system-auth.patch')
-rw-r--r--meta/recipes-core/systemd/systemd/0014-systemd-user-avoid-using-system-auth.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd/0014-systemd-user-avoid-using-system-auth.patch b/meta/recipes-core/systemd/systemd/0014-systemd-user-avoid-using-system-auth.patch
new file mode 100644
index 0000000000..11be097661
--- /dev/null
+++ b/meta/recipes-core/systemd/systemd/0014-systemd-user-avoid-using-system-auth.patch
@@ -0,0 +1,36 @@
1From 548a8d5d456c531444498b3ce8cec3f3dd374cf8 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 14/16] systemd-user: avoid using system-auth
5
6In OE, we don't provide system-auth, instead, we use common-* files.
7So modify systemd-user file to use common-* files.
8
9Upstream-Status: Inappropriate [oe specific]
10
11Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
12Signed-off-by: Khem Raj <raj.khem@gmail.com>
13---
14 src/login/systemd-user.m4 | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17diff --git a/src/login/systemd-user.m4 b/src/login/systemd-user.m4
18index 7933508..16b73d2 100644
19--- a/src/login/systemd-user.m4
20+++ b/src/login/systemd-user.m4
21@@ -2,10 +2,10 @@
22 #
23 # Used by systemd --user instances.
24
25-account include system-auth
26+account include common-account
27
28 m4_ifdef(`HAVE_SELINUX',
29 session required pam_selinux.so close
30 session required pam_selinux.so nottys open
31 )m4_dnl
32-session include system-auth
33+session include common-session
34--
352.6.4
36