Skip to content
New issue

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

Support root squash #3562

Closed
SandyXSD opened this issue May 6, 2023 · 1 comment · Fixed by #3575
Closed

Support root squash #3562

SandyXSD opened this issue May 6, 2023 · 1 comment · Fixed by #3575
Assignees
Labels
kind/feature New feature or request

Comments

@SandyXSD
Copy link
Contributor

SandyXSD commented May 6, 2023

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 specified
  • uid: map to specified uid and anonymous gid
  • :: map to anonymous uid/gid

The anonymous uid/gid should be that of nobody and nogroup, or 65534 if they are missing.

@SandyXSD SandyXSD added the kind/feature New feature or request label May 6, 2023
@zhijian-pro
Copy link
Contributor

ref #2419

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants