systemd-tmpfiles reports errors with parsing ACLs
The module affected
systemd
What is the action to reproduce the bug?
Boot and look at the logs for systemd-tmpfiles
What is the result you see?
May 18 15:24:10 raspberrypi3-64 systemd-tmpfiles[402]: /usr/lib/tmpfiles.d/dbus.conf:13: Line references path below legacy directory /var/run/, updating /var/run/dbus/containers → /run/dbus/containers; please update the tmpfiles.d/ drop-in file accordingly.
May 18 15:24:10 raspberrypi3-64 systemd-tmpfiles[402]: Failed to parse ACL "d:group::r-x,d:group:adm:r-x,d:group:wheel:r-x,group::r-x,group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring
May 18 15:24:10 raspberrypi3-64 systemd-tmpfiles[402]: Failed to parse ACL "d:group:adm:r-x,d:group:wheel:r-x,group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring
May 18 15:24:10 raspberrypi3-64 systemd-tmpfiles[402]: Failed to parse ACL "group:adm:r--,group:wheel:r--": Invalid argument. Ignoring
May 18 15:24:10 raspberrypi3-64 systemd-tmpfiles[402]: Failed to parse ACL "d:group::r-x,d:group:adm:r-x,d:group:wheel:r-x,group::r-x,group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring
May 18 15:24:10 raspberrypi3-64 systemd-tmpfiles[402]: Failed to parse ACL "d:group:adm:r-x,d:group:wheel:r-x,group:adm:r-x,group:wheel:r-x": Invalid argument. Ignoring
May 18 15:24:10 raspberrypi3-64 systemd-tmpfiles[402]: Failed to parse ACL "group:adm:r--,group:wheel:r--": Invalid argument. Ignoring
What is the result you expect?
Failure to parse ACLs should not happen.
Frequency?
Always
Tested version
Raspberry Pi 3B (but that's irrelevant) on 2022-05-18 - in sync with kirkstone.
Do you know any workaround of this issue?
Seems like missing xattrs/alcs somewhere? Perhaps a musl thing?
(link to workaround/mitigation steps etc)
Do you have a fix for this issue?
Nope