mirror of
https://github.com/systemd/systemd.git
synced 2025-02-11 21:57:53 +03:00
When building unprivileged, the testuser home directory ends up owned by root:root because mkosi can't chown directories to other owners when running unprivileged. So let's fix up the testuser ownership on first boot with tmpfiles instead. (cherry picked from commit 0d0ecaab000cf2768a3edf1e73119bf2fce952b0)