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

manifests: add selinux-workaround.yaml for >= F41 #3127

Merged
merged 2 commits into from
Sep 4, 2024

Commits on Sep 3, 2024

  1. manifests: add selinux-workaround.yaml for >= F41

    Recent changes in the SELinux policy have broken a lot of our code.
    Revert the affected domains back to permissive mode so we can
    continue to build and test `releasever >= 41` until
    fedora-selinux/selinux-policy#2257 merges
    and the domains are reverted upstream or until the issue is resolved
    altogether.
    
    Add the workaround for `afterburn_t` as well so we can unblock
    coreos/fedora-coreos-tracker#1784
    marmijo committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    03d42bc View commit details
    Browse the repository at this point in the history
  2. denylist: remove entries for kola-ISO tests

    The selinux-workaround.yaml manifest reverts the coreos_installer_t
    domain to workaround
    coreos/fedora-coreos-tracker#1779 for now.
    Remove the affected kola-ISO tests so we can run them again in CI.
    marmijo committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4cc0404 View commit details
    Browse the repository at this point in the history