summaryrefslogtreecommitdiffstats
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-10 10:47:47 +0000
commitd6a2a54e5b20b219ed252dce30784289125e1f39 (patch)
tree9301cb8c8b0755104174ed45a8b45943957c0bc4 /meta/recipes-core/systemd/systemd_219.bb
parentf5e4349011bd00aa47d142022dcdd1d1706a9655 (diff)
downloadpoky-d6a2a54e5b20b219ed252dce30784289125e1f39.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. (From OE-Core rev: 73a045a1b52d8260d60517bbb5d4c74132d03b10) Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> 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_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=
40 file://0009-sysv-generator-add-support-for-executing-scripts-und.patch \ 40 file://0009-sysv-generator-add-support-for-executing-scripts-und.patch \
41 file://0010-Make-root-s-home-directory-configurable.patch \ 41 file://0010-Make-root-s-home-directory-configurable.patch \
42 file://0011-systemd-user-avoid-using-system-auth.patch \ 42 file://0011-systemd-user-avoid-using-system-auth.patch \
43 file://0001-tmpfiles-avoid-creating-duplicate-acl-entries.patch \
44 file://0002-tmpfiles-quietly-ignore-ACLs-on-unsupported-filesyst.patch \
43 file://tmpfiles-pam.patch \ 45 file://tmpfiles-pam.patch \
44 file://touchscreen.rules \ 46 file://touchscreen.rules \
45 file://00-create-volatile.conf \ 47 file://00-create-volatile.conf \