We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an option --root-squash=str to map root user (uid = 0) to another one. The accepted formats of str are:
--root-squash=str
uid:gid
uid
:
The anonymous uid/gid should be that of nobody and nogroup, or 65534 if they are missing.
nobody
nogroup
The text was updated successfully, but these errors were encountered:
ref #2419
Sorry, something went wrong.
all-squash
Hexilee
Successfully merging a pull request may close this issue.
Add an option
--root-squash=str
to map root user (uid = 0) to another one.The accepted formats of str are:
uid:gid
: map root user to the uid/gid as specifieduid
: map to specified uid and anonymous gid:
: map to anonymous uid/gidThe anonymous uid/gid should be that of
nobody
andnogroup
, or 65534 if they are missing.The text was updated successfully, but these errors were encountered: