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 virtqemud read sgx_vepc devices #2392

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

zpytela
Copy link
Contributor

@zpytela zpytela commented Oct 18, 2024

The commit addresses the following AVC denial:
type=AVC msg=audit(1729238705.963:170): avc: denied { read write } for pid=1681 comm="qemu-system-x86" name="sgx_vepc" dev="devtmpfs" ino=86 scontext=system_u:system_r:virtqemud_t:s0 tcontext=system_u:object_r:sgx_vepc_device_t:s0 tclass=chr_file permissive=1 type=AVC msg=audit(1729238705.963:170): avc: denied { open } for pid=1681 comm="qemu-system-x86" path="/dev/sgx_vepc" dev="devtmpfs" ino=86 scontext=system_u:system_r:virtqemud_t:s0 tcontext=system_u:object_r:sgx_vepc_device_t:s0 tclass=chr_file permissive=1 type=SYSCALL msg=audit(1729238705.963:170): arch=x86_64 syscall=openat success=yes exit=EBUSY a0=ffffff9c a1=5625f5cca88d a2=80002 a3=0 items=0 ppid=1 pid=1681 auid=4294967295 uid=107 gid=107 euid=107 suid=107 fsuid=107 egid=107 sgid=107 fsgid=107 tty=(none) ses=4294967295 comm=qemu-system-x86 exe=/usr/bin/qemu-system-x86_64 subj=system_u:system_r:virtqemud_t:s0 key=(null)

The commit addresses the following AVC denial:
type=AVC msg=audit(1729238705.963:170): avc:  denied  { read write } for  pid=1681 comm="qemu-system-x86" name="sgx_vepc" dev="devtmpfs" ino=86 scontext=system_u:system_r:virtqemud_t:s0 tcontext=system_u:object_r:sgx_vepc_device_t:s0 tclass=chr_file permissive=1
type=AVC msg=audit(1729238705.963:170): avc:  denied  { open } for  pid=1681 comm="qemu-system-x86" path="/dev/sgx_vepc" dev="devtmpfs" ino=86 scontext=system_u:system_r:virtqemud_t:s0 tcontext=system_u:object_r:sgx_vepc_device_t:s0 tclass=chr_file permissive=1
type=SYSCALL msg=audit(1729238705.963:170): arch=x86_64 syscall=openat success=yes exit=EBUSY a0=ffffff9c a1=5625f5cca88d a2=80002 a3=0 items=0 ppid=1 pid=1681 auid=4294967295 uid=107 gid=107 euid=107 suid=107 fsuid=107 egid=107 sgid=107 fsgid=107 tty=(none) ses=4294967295 comm=qemu-system-x86 exe=/usr/bin/qemu-system-x86_64 subj=system_u:system_r:virtqemud_t:s0 key=(null)
@zpytela zpytela merged commit 96ac25a into fedora-selinux:rawhide Oct 21, 2024
6 checks passed
@zpytela zpytela deleted the virt-sgx-devices branch October 21, 2024 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant