Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ownership of VM files of unprivileged builds
mkfs needs to see the files it copies into the fs as owned by root. Otherwise the whole fs tree would be owned by the calling user. Doesn't matter too much when setting up the build root initially as rpm is called inside anyway to fix everything. However, when reusing an image suddenly all ownerships would change.
- Loading branch information