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

switchroot: Ensure /sysroot is set to "private" propagation #1438

Closed
wants to merge 1 commit into from

Commits on Jan 29, 2018

  1. switchroot: Ensure /sysroot is set to "private" propagation

    Downstream BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1498281
    
    This came up as a problem with `oci-umount` which was trying to ensure some host
    mounts like `/var/lib/containers` don't leak into privileged containers.  But
    since our `/sysroot` mount wasn't private we also got a copy there.
    
    We should have done this from the very start - it makes `findmnt` way, way less
    ugly and is just the obviously right thing to do, will possibly create world
    peace etc.
    cgwalters committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    4bc681d View commit details
    Browse the repository at this point in the history