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

Allow qatlib connect to systemd-machined over a unix socket #2355

Merged
merged 2 commits into from
Sep 20, 2024

Commits on Sep 17, 2024

  1. Allow qatlib connect to systemd-machined over a unix socket

    The commit addresses the following AVC denial:
    type=AVC msg=audit(1725307496.795:489): avc:  denied  { connectto } for  pid=5096 comm="chown" path="/run/systemd/userdb/io.systemd.Machine" scontext=system_u:system_r:qatlib_t:s0 tcontext=system_u:system_r:systemd_machined_t:s0 tclass=unix_stream_socket permissive=0
    zpytela committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    037fb97 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Allow qatlib search the content of the kernel debugging filesystem

    The commit addresses the following AVC denial:
    type=AVC msg=audit(19/09/24 10:36:25.585:1092) : avc:  denied  { search } for  pid=9727 comm=qat_init.sh name=qat_4xxx_0000:e8:00.0 dev="debugfs" ino=98915 scontext=system_u:system_r:qatlib_t:s0 tcontext=system_u:object_r:debugfs_t:s0 tclass=dir permissive=1
    
    Resolves: fedora-selinux#2312
    zpytela committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    36a3fb6 View commit details
    Browse the repository at this point in the history