Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (selinux-policy bug fix and enhancement update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2021:4420
Needs to be backported: commit 1006f9b5d1ab1bb186aaebd25fc062779e424e71 Author: Zdenek Pytela <zpytela> Date: Fri Feb 19 21:28:58 2021 +0100 Dontaudit NetworkManager write to initrc_tmp_t pipes Resolves: rhbz#1892556 diff --git a/policy/modules/contrib/networkmanager.te b/policy/modules/contrib/networkmanager.te index 8888c61c4..fda04557c 100644 --- a/policy/modules/contrib/networkmanager.te +++ b/policy/modules/contrib/networkmanager.te @@ -190,6 +190,7 @@ storage_getattr_fixed_disk_dev(NetworkManager_t) term_open_unallocated_ttys(NetworkManager_t) init_read_utmp(NetworkManager_t) +init_dontaudit_write_initrc_tmp(NetworkManager_t) init_dontaudit_write_utmp(NetworkManager_t) init_domtrans_script(NetworkManager_t) init_signull_script(NetworkManager_t)