Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mkosi/resources/man/mkosi.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3439,7 +3439,7 @@ For other systems, try researching the `kernel.unprivileged_userns_clone` or
If this behavior causes applications running in your image to misbehave, you
can consider running **mkosi** as root which avoids this problem. Alternatively,
if running **mkosi** as root is not desired, you can use
`unshare --map-auto --map-current-user --setuid 0 --setgid 0` to become root in
`unshare --map-auto --map-root-user` to become root in
a user namespace with more than one user assuming the UID/GID mappings in
`/etc/subuid` and `/etc/subgid` are configured correctly. Note that running mkosi
as root or with `unshare` means that all output files produced by **mkosi** will not
Expand Down