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

mount: Allow relative mount destinations on Linux #1225

Merged
merged 1 commit into from
Sep 10, 2023

Commits on Sep 8, 2023

  1. mount: Allow relative mount destinations on Linux

    We tried to make runc enforce abs dest path several times, and always
    had to revert it due to some tools not yet doing it. The last occurrence
    is this one:
    	opencontainers/runc#3944 (comment)
    
    I don't see any reason to force abs dst paths on Linux, as far as I know
    there is no security bug nor anything. Let's just relax the spec
    wording, matching all the runtimes behavior when the paths is relative,
    and be done with it.
    
    Signed-off-by: Rodrigo Campos <[email protected]>
    rata committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6ffddf6 View commit details
    Browse the repository at this point in the history