-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Map current user to root in subuid user namespace
By mapping the current user to root in the subuid user namespace, we don't have to change the ownership of all the files in the directory tree to root in the subuid uid/gid range. This means that on btrfs filesystems, we can do a subvolume snapshot instead of an expensive full tree recursion to copy each file individually.
- Loading branch information
1 parent
b311778
commit 13e319b
Showing
2 changed files
with
22 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters