Adding SELinux rule to enable zebra to write to sysctl_net_t

Adding SELinux rule to enable bgpd to call name_connect to bgp_port_t
This commit is contained in:
Michal Ruprich
2022-09-16 16:02:34 +02:00
parent 8c46bbbf5c
commit a5ca1b7fce
2 changed files with 7 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
Name: frr
Version: 8.3.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Routing daemon
License: GPLv2+
URL: http://www.frrouting.org
@@ -264,6 +264,10 @@ rm tests/lib/*grpc*
%endif
%changelog
* Fri Sep 16 2022 Michal Ruprich <mruprich@redhat.com> - 8.3.1-5
- Adding SELinux rule to enable zebra to write to sysctl_net_t
- Adding SELinux rule to enable bgpd to call name_connect to bgp_port_t
* Fri Sep 09 2022 Michal Ruprich <mruprich@redhat.com> - 8.3.1-4
- Adding a couple of rules to tackle AVCs