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

applehv: allow virtiofs to mount to / #20612

Merged
merged 1 commit into from
Nov 7, 2023

Commits on Nov 6, 2023

  1. applehv: allow virtiofs to mount to /

    FCOS has a security limitation where new directories cannot be added to the root / directory of its filesystem.  This PR uses the work-around discussed in coreos/rpm-ostree#337 (comment) to temporarily disable the limitation, perform the mkdir, and then re-enable the limitation.
    
    This PR allows mounts on the applehv to actually work.
    
    [NO NEW TESTS NEEDED]
    
    Signed-off-by: Brent Baude <[email protected]>
    baude committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    d44f71c View commit details
    Browse the repository at this point in the history