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-denylist: Add a few ext.config.shared.networking #1095

Merged
merged 1 commit into from
Dec 13, 2022

Commits on Dec 12, 2022

  1. kola-denylist: Add a few ext.config.shared.networking

    These are all root caused to injecting networking-related kargs
    triggers a selinux denial in `systemd-network-generator`:
    
    ```
    [    4.171674] audit: type=1400 audit(1670858949.421:4): avc:  denied  { add_name } for  pid=1214 comm="systemd-network" name="90-eth1.network" scontext=system_u:system_r:init_t:s0 tcontext=system_u:object_r:net_conf_t:s0 tclass=dir permissive=0
    ```
    
    This is fixed in c9s, and I think the fix is
    fedora-selinux/selinux-policy@c86d943
    
    I don't think the denial here is fatal though for our use case,
    it's only about writing networkd files which we don't use.
    cgwalters committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    3f16c1a View commit details
    Browse the repository at this point in the history