Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow sssd send SIGKILL to passkey_child running in ipa_otpd_t
The sssd service uses SIGKILL to communicate between different components, in this case sssd_pam, running in the sssd_t domain, and passkey_child, running in the ipa_otpd_t domain. This commit addresses the following AVC denial: type=AVC msg=audit(1695299812.149:579): avc: denied { sigkill } for pid=940 comm="sssd_pam" scontext=system_u:system_r:sssd_t:s0 tcontext=system_u:system_r:ipa_otpd_t:s0 tclass=process permissive=1 Resolves: rhbz#2240193
- Loading branch information