Description of problem: While working on HA - VRRP, i got different AVCs errors Version-Release number of selected component (if applicable): selinux-policy-3.12.1-153.el7_0.13.noarch selinux-policy-targeted-3.12.1-153.el7_0.13.noarch openstack-selinux-0.6.23-1.el7ost.noarch How reproducible: 100% Steps to Reproduce: 1.run setup with VRRP enabled 2.check cat /var/log/audit/audit.log | audit2allow -r 3.check grep -ir keep /var/log/audit/audit.log Actual results: [root@network-1 ~]# cat /var/log/audit/audit.log | audit2allow -r require { type neutron_t; type keepalived_exec_t; class file execute; } #============= neutron_t ============== allow neutron_t keepalived_exec_t:file execute; [root@network-1 ~]# grep -ir keep /var/log/audit/audit.log type=AVC msg=audit(1425564138.121:1779): avc: denied { execute } for pid=2437 comm="neutron-rootwra" name="keepalived" dev="vda1" ino=16846923 scontext=system_u:system_r:neutron_t:s0 tcontext=system_u:object_r:keepalived_exec_t:s0 tclass=file type=AVC msg=audit(1425564138.122:1780): avc: denied { execute } for pid=2437 comm="neutron-rootwra" name="keepalived" dev="vda1" ino=16846923 scontext=system_u:system_r:neutron_t:s0 tcontext=system_u:object_r:keepalived_exec_t:s0 tclass=file type=AVC msg=audit(1425564195.138:2095): avc: denied { execute } for pid=2672 comm="neutron-rootwra" name="keepalived" dev="vda1" ino=16846923 scontext=system_u:system_r:neutron_t:s0 tcontext=system_u:object_r:keepalived_exec_t:s0 tclass=file type=AVC msg=audit(1425564195.139:2096): avc: denied { execute } for pid=2672 comm="neutron-rootwra" name="keepalived" dev="vda1" ino=16846923 scontext=system_u:system_r:neutron_t:s0 tcontext=system_u:object_r:keepalived_exec_t:s0 tclass=file type=AVC msg=audit(1425564217.471:2373): avc: denied { execute } for pid=2882 comm="neutron-rootwra" name="keepalived" dev="vda1" ino=16846923 scontext=system_u:system_r:neutron_t:s0 tcontext=system_u:object_r:keepalived_exec_t:s0 tclass=file type=AVC msg=audit(1425564217.471:2374): avc: denied { execute } for pid=2882 comm="neutron-rootwra" name="keepalived" dev="vda1" ino=16846923 scontext=system_u:system_r:neutron_t:s0 tcontext=system_u:object_r:keepalived_exec_t:s0 tclass=file type=AVC msg=audit(1425564469.256:3169): avc: denied { execute } for pid=3393 comm="neutron-rootwra" name="keepalived" dev="vda1" ino=16846923 scontext=system_u:system_r:neutron_t:s0 tcontext=system_u:object_r:keepalived_exec_t:s0 tclass=file type=AVC msg=audit(1425564469.257:3170): avc: denied { execute } for pid=3393 comm="neutron-rootwra" name="keepalived" dev="vda1" ino=16846923 scontext=system_u:system_r:neutron_t:s0 tcontext=system_u:object_r:keepalived_exec_t:s0 tclass=file Expected results: no avc
Similar issue was fixed in the linked bug. Looks like it came creeping back up.
*** This bug has been marked as a duplicate of bug 1195252 ***