mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
Add EINVAL to the list of ignored errnos, since acl_from_text() returns EINVAL if it can't translate the given string. ~# cat /tmp/tmpfiles-test.conf a+ /tmp/foo - - - - default:group:foo:rwx ~# build/systemd-tmpfiles /tmp/tmpfiles-test.conf --create --graceful Failed to parse ACL "default:group:foo:rwx", ignoring: Invalid argument Resolves: #29742