fedora-selinux / selinux-policy

selinux-policy for Fedora is a large patch off the mainline
GNU General Public License v2.0
156 stars 157 forks source link

Allow abrt_t nnp domain transition to abrtd_t #2040

Closed zpytela closed 4 months ago

zpytela commented 5 months ago

The commit addresses the following AVC denial: type=AVC msg=audit(1707891301.250:735): avc: denied { nnp_transition } for pid=18455 comm="abrt-server" scontext=system_u:system_r:abrt_t:s0-s0:c0.c1023 tcontext=system_u:system_r:abrt_handle_event_t:s0-s0:c0.c1023 tclass=process2 permissive=0

Resolves: rhbz#2264143

WOnder93 commented 4 months ago

s/abrtd_t/abrt_handle_event_t/ in the commit subject?

zpytela commented 4 months ago

Sure, thank you.