aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_219.bb
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2015-03-04 10:22:00 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-09 16:00:23 +0000
commit73a045a1b52d8260d60517bbb5d4c74132d03b10 (patch)
treeddebfcdd708740f5a7a979b0e9e69ccbd9b12f2c /meta/recipes-core/systemd/systemd_219.bb
parent10b689033551c37d6cafa284d82bdccd43f6113e (diff)
downloadopenembedded-core-contrib-73a045a1b52d8260d60517bbb5d4c74132d03b10.tar.gz
systemd: fix systemd-tmpfiles ACL issues
On systems where /var/log is not a volatile systemd-tmpfiles creates duplicate ACL entries. This causes systemd-tmpfiles service to fail. Also quietly ignore ACL settings on filesystems that don't support ACLs. Backport the fixes from systemd master to fix these issues. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_219.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_219.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb
index d5c14a42c4..95b3f49148 100644
--- a/meta/recipes-core/systemd/systemd_219.bb
+++ b/meta/recipes-core/systemd/systemd_219.bb
@@ -40,6 +40,8 @@ SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;branch=master;protocol=
file://0009-sysv-generator-add-support-for-executing-scripts-und.patch \
file://0010-Make-root-s-home-directory-configurable.patch \
file://0011-systemd-user-avoid-using-system-auth.patch \
+ file://0001-tmpfiles-avoid-creating-duplicate-acl-entries.patch \
+ file://0002-tmpfiles-quietly-ignore-ACLs-on-unsupported-filesyst.patch \
file://tmpfiles-pam.patch \
file://touchscreen.rules \
file://00-create-volatile.conf \