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

overlay/mounts: Mount /boot and /boot/efi ro,nodev,nosuid #356

Closed
wants to merge 1 commit into from

Commits on Apr 17, 2020

  1. overlay/mounts: Mount /boot and /boot/efi ro,nodev,nosuid

    Ironically ostree has had support for a `ro` boot for a long time,
    and only more recently did we land the [sysroot readonly](coreos/coreos-assembler#736).
    
    But we never actually went and made `/boot` `ro` for FCOS, so let's
    do it now.
    
    This was actually motivated by someone wanting to "security harden" RHCOS
    running through a checklist saying certain mounts should be `nodev`.
    Let's add `nosuid` while we're here.
    cgwalters committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    89c33fe View commit details
    Browse the repository at this point in the history