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

kola: Enable SELinux as early as possible #487

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

Commits on Dec 20, 2023

  1. kola: Enable SELinux as early as possible

    We never really tested SELinux because we enabled it after boot while
    normally it would be permanently enabled even during (re)boot.
    We need to enable it via Ignition. Since this won't work with old
    releases due to policy problems, introduce a flag that the old scripts
    branches can pass.
    Note: If tests differ between early and non-early enabling I would
    rather disable SELinux for those cases and add a comment if and under
    what future conditions it can be reenabled. The alternative would be to
    only make them run with the new early mode but this means we reduce test
    coverage for Stable which is not a good idea.
    pothos committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9dee4e6 View commit details
    Browse the repository at this point in the history