Resolves: #2215346 - frr policy does not allow the execution of /usr/sbin/ipsec

This commit is contained in:
Michal Ruprich 2023-08-08 10:03:42 +02:00
parent 65345cc663
commit 75c0ff9241
2 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Name: frr
Version: 8.3.1
Release: 8%{?checkout}%{?dist}
Release: 9%{?checkout}%{?dist}
Summary: Routing daemon
License: GPLv2+
URL: http://www.frrouting.org
@ -280,6 +280,9 @@ make check PYTHON=%{__python3}
%endif
%changelog
* Tue Aug 08 2023 Michal Ruprich <mruprich@redhat.com> - 8.3.1-9
- Resolves: #2215346 - frr policy does not allow the execution of /usr/sbin/ipsec
* Mon Aug 07 2023 Michal Ruprich <mruprich@redhat.com> - 8.3.1-8
- Resolves: #2216912 - SELinux is preventing FRR-Zebra to access to network namespaces

2
frr.te
View File

@ -98,6 +98,8 @@ sysnet_exec_ifconfig(frr_t)
sysnet_read_ifconfig_run(frr_t)
sysnet_watch_ifconfig_run(frr_t)
ipsec_domtrans_mgmt(frr_t)
userdom_read_admin_home_files(frr_t)
init_signal(frr_t)