Consider adding --suppress-chown when running systemd-tmpfiles #4423
sdv-beaver
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When not running as root, mkosi is not able to change ownership of files to arbitrary owners.
Currently, chown calls are only suppressed when running package managers and chroot scripts if
MKOSI_CHROOT_SUPPRESS_CHOWNenvironment variable is set to a true value.In
tmpfiles.d/some.confI want to use the following:The console output produce a lot of
fchownaterrors.All reactions