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

gofer: open volumes from the initial userns #11118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 5, 2024

  1. gofer: open volumes from the initial userns

    when gofer can't open them from its user namespace. The gofer namespace
    can have custom user/group mappings that can prevent it to access
    volumes.
    
    This change repeats the behaviour of runc. If we can't open a volume from
    the gofer userns, we are trying to open it from the initial userns. For
    that, we create a small rpc server that the gofer communicates with.
    
    Signed-off-by: Andrei Vagin <[email protected]>
    avagin committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    50fd999 View commit details
    Browse the repository at this point in the history