]> code.ossystems Code Review - openembedded-core.git/commit
systemd: fix systemd-tmpfiles ACL issues
authorDan McGregor <dan.mcgregor@usask.ca>
Wed, 4 Mar 2015 16:22:00 +0000 (10:22 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Mar 2015 16:00:23 +0000 (16:00 +0000)
commit73a045a1b52d8260d60517bbb5d4c74132d03b10
treeddebfcdd708740f5a7a979b0e9e69ccbd9b12f2c
parent10b689033551c37d6cafa284d82bdccd43f6113e
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>
meta/recipes-core/systemd/systemd/0001-tmpfiles-avoid-creating-duplicate-acl-entries.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd/0002-tmpfiles-quietly-ignore-ACLs-on-unsupported-filesyst.patch [new file with mode: 0644]
meta/recipes-core/systemd/systemd_219.bb