Compare commits
2 Commits
frr-8.5.3-
...
c4595285be
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4595285be | ||
|
|
879b7a1f73 |
7
.gitignore
vendored
7
.gitignore
vendored
@@ -11,10 +11,3 @@
|
|||||||
/frr-8.2.tar.gz
|
/frr-8.2.tar.gz
|
||||||
/frr-8.2.2.tar.gz
|
/frr-8.2.2.tar.gz
|
||||||
/frr-8.3.1.tar.gz
|
/frr-8.3.1.tar.gz
|
||||||
/frr-8.4.tar.gz
|
|
||||||
/frr-8.4.1.tar.gz
|
|
||||||
/frr-8.4.2.tar.gz
|
|
||||||
/frr-8.5.tar.gz
|
|
||||||
/frr-8.5.1.tar.gz
|
|
||||||
/frr-8.5.2.tar.gz
|
|
||||||
/frr-8.5.3.tar.gz
|
|
||||||
|
|||||||
@@ -27,29 +27,3 @@ index 5be3264..33abc1d 100644
|
|||||||
lib/Makefile \
|
lib/Makefile \
|
||||||
nhrpd/Makefile \
|
nhrpd/Makefile \
|
||||||
ospf6d/Makefile \
|
ospf6d/Makefile \
|
||||||
diff --git a/tools/etc/frr/daemons b/tools/etc/frr/daemons
|
|
||||||
index 8aa0887..c92dcca 100644
|
|
||||||
--- a/tools/etc/frr/daemons
|
|
||||||
+++ b/tools/etc/frr/daemons
|
|
||||||
@@ -22,10 +22,8 @@ ripngd=no
|
|
||||||
isisd=no
|
|
||||||
pimd=no
|
|
||||||
pim6d=no
|
|
||||||
-ldpd=no
|
|
||||||
nhrpd=no
|
|
||||||
eigrpd=no
|
|
||||||
-babeld=no
|
|
||||||
sharpd=no
|
|
||||||
pbrd=no
|
|
||||||
bfdd=no
|
|
||||||
@@ -48,10 +46,8 @@ ripngd_options=" -A ::1"
|
|
||||||
isisd_options=" -A 127.0.0.1"
|
|
||||||
pimd_options=" -A 127.0.0.1"
|
|
||||||
pim6d_options=" -A ::1"
|
|
||||||
-ldpd_options=" -A 127.0.0.1"
|
|
||||||
nhrpd_options=" -A 127.0.0.1"
|
|
||||||
eigrpd_options=" -A 127.0.0.1"
|
|
||||||
-babeld_options=" -A 127.0.0.1"
|
|
||||||
sharpd_options=" -A 127.0.0.1"
|
|
||||||
pbrd_options=" -A 127.0.0.1"
|
|
||||||
staticd_options="-A 127.0.0.1"
|
|
||||||
|
|||||||
@@ -101,15 +101,3 @@ index 5bb81ef..02a09ef 100644
|
|||||||
nb_cli_enqueue_change(vty, "./authentication-scheme/mode", NB_OP_MODIFY,
|
nb_cli_enqueue_change(vty, "./authentication-scheme/mode", NB_OP_MODIFY,
|
||||||
strmatch(mode, "md5") ? "md5" : "plain-text");
|
strmatch(mode, "md5") ? "md5" : "plain-text");
|
||||||
if (strmatch(mode, "md5"))
|
if (strmatch(mode, "md5"))
|
||||||
diff --git a/lib/zebra.h b/lib/zebra.h
|
|
||||||
index 53ae5b4..930307f 100644
|
|
||||||
--- a/lib/zebra.h
|
|
||||||
+++ b/lib/zebra.h
|
|
||||||
@@ -114,6 +114,7 @@
|
|
||||||
#ifdef CRYPTO_OPENSSL
|
|
||||||
#include <openssl/evp.h>
|
|
||||||
#include <openssl/hmac.h>
|
|
||||||
+#include <openssl/fips.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "openbsd-tree.h"
|
|
||||||
|
|||||||
25
0006-ospf-api.patch
Normal file
25
0006-ospf-api.patch
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
diff --git a/ospfd/ospf_spf.c b/ospfd/ospf_spf.c
|
||||||
|
index 74a5674..aec9037 100644
|
||||||
|
--- a/ospfd/ospf_spf.c
|
||||||
|
+++ b/ospfd/ospf_spf.c
|
||||||
|
@@ -48,7 +48,10 @@
|
||||||
|
#include "ospfd/ospf_sr.h"
|
||||||
|
#include "ospfd/ospf_ti_lfa.h"
|
||||||
|
#include "ospfd/ospf_errors.h"
|
||||||
|
+
|
||||||
|
+#ifdef SUPPORT_OSPF_API
|
||||||
|
#include "ospfd/ospf_apiserver.h"
|
||||||
|
+#endif
|
||||||
|
|
||||||
|
/* Variables to ensure a SPF scheduled log message is printed only once */
|
||||||
|
|
||||||
|
@@ -1897,7 +1900,9 @@ static void ospf_spf_calculate_schedule_worker(struct thread *thread)
|
||||||
|
/* Update all routers routing table */
|
||||||
|
ospf->oall_rtrs = ospf->all_rtrs;
|
||||||
|
ospf->all_rtrs = all_rtrs;
|
||||||
|
+#ifdef SUPPORT_OSPF_API
|
||||||
|
ospf_apiserver_notify_reachable(ospf->oall_rtrs, ospf->all_rtrs);
|
||||||
|
+#endif
|
||||||
|
|
||||||
|
/* Free old ABR/ASBR routing table */
|
||||||
|
if (ospf->old_rtrs)
|
||||||
4
frr.fc
4
frr.fc
@@ -1,4 +1,4 @@
|
|||||||
/usr/libexec/frr/(.*)? gen_context(system_u:object_r:frr_exec_t,s0)
|
/usr/libexec/frr(/.*)? gen_context(system_u:object_r:frr_exec_t,s0)
|
||||||
|
|
||||||
/usr/lib/systemd/system/frr.* gen_context(system_u:object_r:frr_unit_file_t,s0)
|
/usr/lib/systemd/system/frr.* gen_context(system_u:object_r:frr_unit_file_t,s0)
|
||||||
|
|
||||||
@@ -21,8 +21,6 @@
|
|||||||
/var/lock/subsys/ripngd -- gen_context(system_u:object_r:frr_lock_t,s0)
|
/var/lock/subsys/ripngd -- gen_context(system_u:object_r:frr_lock_t,s0)
|
||||||
/var/lock/subsys/staticd -- gen_context(system_u:object_r:frr_lock_t,s0)
|
/var/lock/subsys/staticd -- gen_context(system_u:object_r:frr_lock_t,s0)
|
||||||
/var/lock/subsys/zebra -- gen_context(system_u:object_r:frr_lock_t,s0)
|
/var/lock/subsys/zebra -- gen_context(system_u:object_r:frr_lock_t,s0)
|
||||||
/var/lock/subsys/vrrpd -- gen_context(system_u:object_r:frr_lock_t,s0)
|
|
||||||
/var/lock/subsys/pathd -- gen_context(system_u:object_r:frr_lock_t,s0)
|
|
||||||
|
|
||||||
/var/run/frr(/.*)? gen_context(system_u:object_r:frr_var_run_t,s0)
|
/var/run/frr(/.*)? gen_context(system_u:object_r:frr_var_run_t,s0)
|
||||||
|
|
||||||
|
|||||||
53
frr.if
53
frr.if
@@ -160,56 +160,3 @@ interface(`frr_admin',`
|
|||||||
systemd_read_fifo_file_passwd_run($1)
|
systemd_read_fifo_file_passwd_run($1)
|
||||||
')
|
')
|
||||||
')
|
')
|
||||||
|
|
||||||
########################################
|
|
||||||
#
|
|
||||||
# Interface compatibility blocks
|
|
||||||
#
|
|
||||||
# The following definitions ensure compatibility with distribution policy
|
|
||||||
# versions that do not contain given interfaces (epel, or older Fedora
|
|
||||||
# releases).
|
|
||||||
# Each block tests for existence of given interface and defines it if needed.
|
|
||||||
#
|
|
||||||
|
|
||||||
######################################
|
|
||||||
## <summary>
|
|
||||||
## Watch ifconfig_var_run_t directories
|
|
||||||
## </summary>
|
|
||||||
## <param name="domain">
|
|
||||||
## <summary>
|
|
||||||
## Domain allowed access.
|
|
||||||
## </summary>
|
|
||||||
## </param>
|
|
||||||
#
|
|
||||||
ifndef(`sysnet_watch_ifconfig_run',`
|
|
||||||
interface(`sysnet_watch_ifconfig_run',`
|
|
||||||
gen_require(`
|
|
||||||
type ifconfig_var_run_t;
|
|
||||||
')
|
|
||||||
|
|
||||||
watch_dirs_pattern($1, ifconfig_var_run_t, ifconfig_var_run_t)
|
|
||||||
')
|
|
||||||
')
|
|
||||||
|
|
||||||
########################################
|
|
||||||
## <summary>
|
|
||||||
## Read ifconfig_var_run_t files and link files
|
|
||||||
## </summary>
|
|
||||||
## <param name="domain">
|
|
||||||
## <summary>
|
|
||||||
## Domain allowed access.
|
|
||||||
## </summary>
|
|
||||||
## </param>
|
|
||||||
#
|
|
||||||
ifndef(`sysnet_read_ifconfig_run',`
|
|
||||||
interface(`sysnet_read_ifconfig_run',`
|
|
||||||
gen_require(`
|
|
||||||
type ifconfig_var_run_t;
|
|
||||||
')
|
|
||||||
|
|
||||||
list_dirs_pattern($1, ifconfig_var_run_t, ifconfig_var_run_t)
|
|
||||||
read_files_pattern($1, ifconfig_var_run_t, ifconfig_var_run_t)
|
|
||||||
read_lnk_files_pattern($1, ifconfig_var_run_t, ifconfig_var_run_t)
|
|
||||||
')
|
|
||||||
')
|
|
||||||
|
|
||||||
|
|||||||
114
frr.spec
114
frr.spec
@@ -1,19 +1,15 @@
|
|||||||
%global dist .ims.1%{?dist}
|
|
||||||
|
|
||||||
%global frr_libdir %{_libexecdir}/frr
|
%global frr_libdir %{_libexecdir}/frr
|
||||||
|
|
||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
%global selinuxtype targeted
|
%global selinuxtype targeted
|
||||||
%define _legacy_common_support 1
|
%define _legacy_common_support 1
|
||||||
|
%bcond_without selinux
|
||||||
%bcond grpc %{undefined rhel}
|
|
||||||
%bcond selinux 1
|
|
||||||
|
|
||||||
Name: frr
|
Name: frr
|
||||||
Version: 8.5.3
|
Version: 8.3.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Routing daemon
|
Summary: Routing daemon
|
||||||
License: GPL-2.0-or-later AND ISC AND LGPL-2.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND (GPL-2.0-or-later OR ISC) AND MIT
|
License: GPLv2+
|
||||||
URL: http://www.frrouting.org
|
URL: http://www.frrouting.org
|
||||||
Source0: https://github.com/FRRouting/frr/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/FRRouting/frr/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: %{name}-tmpfiles.conf
|
Source1: %{name}-tmpfiles.conf
|
||||||
@@ -28,6 +24,7 @@ Patch0002: 0002-enable-openssl.patch
|
|||||||
Patch0003: 0003-disable-eigrp-crypto.patch
|
Patch0003: 0003-disable-eigrp-crypto.patch
|
||||||
Patch0004: 0004-fips-mode.patch
|
Patch0004: 0004-fips-mode.patch
|
||||||
Patch0005: 0005-remove-grpc-test.patch
|
Patch0005: 0005-remove-grpc-test.patch
|
||||||
|
Patch0006: 0006-ospf-api.patch
|
||||||
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@@ -38,10 +35,8 @@ BuildRequires: gcc
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildRequires: groff
|
BuildRequires: groff
|
||||||
%if %{with grpc}
|
|
||||||
BuildRequires: grpc-devel
|
BuildRequires: grpc-devel
|
||||||
BuildRequires: grpc-plugins
|
BuildRequires: grpc-plugins
|
||||||
%endif
|
|
||||||
BuildRequires: json-c-devel
|
BuildRequires: json-c-devel
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@@ -71,7 +66,7 @@ Requires(postun): systemd
|
|||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
|
|
||||||
%if 0%{?with_selinux}
|
%if 0%{?with_selinux}
|
||||||
Requires: (%{name}-selinux = %{version}-%{release} if selinux-policy-%{selinuxtype})
|
Requires: (%{name}-selinux if selinux-policy-%{selinuxtype})
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Obsoletes: quagga < 1.2.4-17
|
Obsoletes: quagga < 1.2.4-17
|
||||||
@@ -82,8 +77,7 @@ FRRouting is free software that manages TCP/IP based routing protocols. It takes
|
|||||||
a multi-server and multi-threaded approach to resolve the current complexity
|
a multi-server and multi-threaded approach to resolve the current complexity
|
||||||
of the Internet.
|
of the Internet.
|
||||||
|
|
||||||
FRRouting supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM, NHRP, PBR,
|
FRRouting supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM, NHRP, PBR, EIGRP and BFD.
|
||||||
EIGRP and BFD.
|
|
||||||
|
|
||||||
FRRouting is a fork of Quagga.
|
FRRouting is a fork of Quagga.
|
||||||
|
|
||||||
@@ -106,8 +100,6 @@ SELinux policy modules for FRR package
|
|||||||
#Selinux
|
#Selinux
|
||||||
mkdir selinux
|
mkdir selinux
|
||||||
cp -p %{SOURCE3} %{SOURCE4} %{SOURCE5} selinux
|
cp -p %{SOURCE3} %{SOURCE4} %{SOURCE5} selinux
|
||||||
# C++14 or later needed for abseil-cpp 20230125; string_view needs C++17:
|
|
||||||
sed -r -i 's/(AX_CXX_COMPILE_STDCXX\(\[)11(\])/\117\2/' configure.ac
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -ivf
|
autoreconf -ivf
|
||||||
@@ -117,7 +109,7 @@ autoreconf -ivf
|
|||||||
--sysconfdir=%{_sysconfdir}/frr \
|
--sysconfdir=%{_sysconfdir}/frr \
|
||||||
--libdir=%{_libdir}/frr \
|
--libdir=%{_libdir}/frr \
|
||||||
--libexecdir=%{_libexecdir}/frr \
|
--libexecdir=%{_libexecdir}/frr \
|
||||||
--localstatedir=/run/frr \
|
--localstatedir=%{_localstatedir}/run/frr \
|
||||||
--enable-multipath=64 \
|
--enable-multipath=64 \
|
||||||
--enable-vtysh=yes \
|
--enable-vtysh=yes \
|
||||||
--disable-ospfclient \
|
--disable-ospfclient \
|
||||||
@@ -134,9 +126,8 @@ autoreconf -ivf
|
|||||||
--disable-babeld \
|
--disable-babeld \
|
||||||
--with-moduledir=%{_libdir}/frr/modules \
|
--with-moduledir=%{_libdir}/frr/modules \
|
||||||
--with-crypto=openssl \
|
--with-crypto=openssl \
|
||||||
--with-vici-socket=/run/strongswan/charon.vici \
|
|
||||||
--enable-fpm \
|
--enable-fpm \
|
||||||
%{?with_grpc:--enable-grpc}
|
--enable-grpc
|
||||||
|
|
||||||
%make_build MAKEINFO="makeinfo --no-split" PYTHON=%{__python3}
|
%make_build MAKEINFO="makeinfo --no-split" PYTHON=%{__python3}
|
||||||
|
|
||||||
@@ -222,11 +213,6 @@ fi
|
|||||||
%post selinux
|
%post selinux
|
||||||
%selinux_modules_install -s %{selinuxtype} %{_datadir}/selinux/packages/%{selinuxtype}/%{name}.pp.bz2
|
%selinux_modules_install -s %{selinuxtype} %{_datadir}/selinux/packages/%{selinuxtype}/%{name}.pp.bz2
|
||||||
%selinux_relabel_post -s %{selinuxtype}
|
%selinux_relabel_post -s %{selinuxtype}
|
||||||
#/var/tmp and /var/run need to be relabeled as well if FRR is running before upgrade
|
|
||||||
if [ $1 == 2 ]; then
|
|
||||||
%{_sbindir}/restorecon -R /var/tmp/frr &> /dev/null
|
|
||||||
%{_sbindir}/restorecon -R /var/run/frr &> /dev/null
|
|
||||||
fi
|
|
||||||
|
|
||||||
%postun selinux
|
%postun selinux
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
@@ -248,14 +234,10 @@ rm tests/lib/*grpc*
|
|||||||
%dir %attr(755,frr,frr) %{_localstatedir}/log/frr
|
%dir %attr(755,frr,frr) %{_localstatedir}/log/frr
|
||||||
%dir %attr(755,frr,frr) /run/frr
|
%dir %attr(755,frr,frr) /run/frr
|
||||||
%{_infodir}/*info*
|
%{_infodir}/*info*
|
||||||
%{_mandir}/man1/frr.1*
|
%{_mandir}/man*/*
|
||||||
%{_mandir}/man1/vtysh.1*
|
|
||||||
%{_mandir}/man8/frr-*.8*
|
|
||||||
%{_mandir}/man8/mtracebis.8*
|
|
||||||
%dir %{frr_libdir}/
|
%dir %{frr_libdir}/
|
||||||
%{frr_libdir}/*
|
%{frr_libdir}/*
|
||||||
%{_bindir}/mtracebis
|
%{_bindir}/*
|
||||||
%{_bindir}/vtysh
|
|
||||||
%dir %{_libdir}/frr
|
%dir %{_libdir}/frr
|
||||||
%{_libdir}/frr/*.so.*
|
%{_libdir}/frr/*.so.*
|
||||||
%dir %{_libdir}/frr/modules
|
%dir %{_libdir}/frr/modules
|
||||||
@@ -277,85 +259,9 @@ rm tests/lib/*grpc*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 10 2023 Michal Ruprich <mruprich@redhat.com> - 8.5.3-1
|
|
||||||
- New version 8.5.3
|
|
||||||
|
|
||||||
* Fri Sep 01 2023 Michal Ruprich <mruprich@redhat.com> - 8.5.2-4
|
|
||||||
- Adding a couple of SELinux rules, includes fix for rhbz#2149299
|
|
||||||
|
|
||||||
* Wed Aug 30 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 8.5.2-3
|
|
||||||
- Rebuilt for abseil-cpp 20230802.0
|
|
||||||
|
|
||||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 8.5.2-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jun 30 2023 Michal Ruprich <mruprich@redhat.com> - 8.5.2-1
|
|
||||||
- New version 8.5.2
|
|
||||||
- Fixing some rpmlint warnings
|
|
||||||
|
|
||||||
* Mon Jun 26 2023 Michal Ruprich <mruprich@redhat.com> - 8.5.1-4
|
|
||||||
- Resolves: #2216073 - SELinux is preventing FRR-Zebra to access to network namespaces.
|
|
||||||
|
|
||||||
* Mon Jun 05 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 8.5.1-3
|
|
||||||
- Disable grpc in RHEL builds
|
|
||||||
|
|
||||||
* Fri May 19 2023 Petr Pisar <ppisar@redhat.com> - 8.5.1-2
|
|
||||||
- Rebuild against rpm-4.19 (https://fedoraproject.org/wiki/Changes/RPM-4.19)
|
|
||||||
|
|
||||||
* Wed Apr 26 2023 Michal Ruprich <mruprich@redhat.com> - 8.5.1-1
|
|
||||||
- New version 8.5.1
|
|
||||||
|
|
||||||
* Wed Apr 12 2023 Michal Ruprich <mruprich@redhat.com> - 8.5-1
|
|
||||||
- New version 8.5
|
|
||||||
|
|
||||||
* Thu Mar 23 2023 Michal Ruprich <mruprich@redhat.com> - 8.4.2-5
|
|
||||||
- Rebuilding for new abseil-cpp version
|
|
||||||
|
|
||||||
* Wed Mar 22 2023 Michal Ruprich <mruprich@redhat.com> - 8.4.2-4
|
|
||||||
- SPDX migration
|
|
||||||
|
|
||||||
* Wed Mar 08 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 8.4.2-3
|
|
||||||
- Build as C++17, required by abseil-cpp 20230125
|
|
||||||
|
|
||||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 8.4.2-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 12 2023 Michal Ruprich <mruprich@redhat.com> - 8.4.2-1
|
|
||||||
- New version 8.4.2
|
|
||||||
|
|
||||||
* Fri Nov 25 2022 Michal Ruprich <mruprich@redhat.com> - 8.4.1-1
|
|
||||||
- New version 8.4.1
|
|
||||||
- Fix for rhbz #2140705
|
|
||||||
|
|
||||||
* Thu Nov 10 2022 Michal Ruprich <mruprich@redhat.com> - 8.4-1
|
|
||||||
- New version 8.4
|
|
||||||
|
|
||||||
* 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
|
|
||||||
- Fixing an error in post scriptlet
|
|
||||||
|
|
||||||
* Fri Sep 09 2022 Michal Ruprich <mruprich@redhat.com> - 8.3.1-3
|
|
||||||
- Resolves: #2124254 - frr can no longer update routes
|
|
||||||
|
|
||||||
* Wed Sep 07 2022 Michal Ruprich <mruprich@redhat.com> - 8.3.1-2
|
|
||||||
- Resolves: #2124253 - SELinux is preventing zebra from setattr access on the directory frr
|
|
||||||
- Better handling FRR files during upgrade
|
|
||||||
|
|
||||||
* Tue Sep 06 2022 Michal Ruprich <mruprich@redhat.com> - 8.3.1-1
|
* Tue Sep 06 2022 Michal Ruprich <mruprich@redhat.com> - 8.3.1-1
|
||||||
- New version 8.3.1
|
- New version 8.3.1
|
||||||
|
|
||||||
* Mon Aug 22 2022 Michal Ruprich <mruprich@redhat.com> - 8.2.2-10
|
|
||||||
- Rebuilding for new abseil-cpp and grpc updates
|
|
||||||
|
|
||||||
* Wed Aug 10 2022 Michal Ruprich <mruprich@redhat.com> - 8.2.2-9
|
|
||||||
- Adding vrrpd and pathd as daemons to the policy
|
|
||||||
|
|
||||||
* Wed Aug 10 2022 Michal Ruprich <mruprich@redhat.com> - 8.2.2-8
|
|
||||||
- Finalizing SELinux policy
|
|
||||||
|
|
||||||
* Tue Aug 02 2022 Michal Ruprich <mruprich@redhat.com> - 8.2.2-7
|
* Tue Aug 02 2022 Michal Ruprich <mruprich@redhat.com> - 8.2.2-7
|
||||||
- Fixing wrong path for vtysh in frr.fc
|
- Fixing wrong path for vtysh in frr.fc
|
||||||
|
|
||||||
|
|||||||
17
frr.te
17
frr.te
@@ -31,9 +31,9 @@ files_pid_file(frr_var_run_t)
|
|||||||
#
|
#
|
||||||
# frr local policy
|
# frr local policy
|
||||||
#
|
#
|
||||||
allow frr_t self:capability { chown dac_override dac_read_search kill net_bind_service net_raw setgid setuid net_admin sys_admin };
|
allow frr_t self:capability { chown dac_override dac_read_search kill net_bind_service net_raw setgid setuid };
|
||||||
allow frr_t self:netlink_route_socket rw_netlink_socket_perms;
|
allow frr_t self:netlink_route_socket rw_netlink_socket_perms;
|
||||||
allow frr_t self:packet_socket create_socket_perms;
|
allow frr_t self:packet_socket create;
|
||||||
allow frr_t self:process { setcap setpgid };
|
allow frr_t self:process { setcap setpgid };
|
||||||
allow frr_t self:rawip_socket create_socket_perms;
|
allow frr_t self:rawip_socket create_socket_perms;
|
||||||
allow frr_t self:tcp_socket { connect connected_stream_socket_perms };
|
allow frr_t self:tcp_socket { connect connected_stream_socket_perms };
|
||||||
@@ -68,9 +68,8 @@ allow frr_t frr_exec_t:dir search_dir_perms;
|
|||||||
can_exec(frr_t, frr_exec_t)
|
can_exec(frr_t, frr_exec_t)
|
||||||
|
|
||||||
kernel_read_network_state(frr_t)
|
kernel_read_network_state(frr_t)
|
||||||
kernel_rw_net_sysctls(frr_t)
|
kernel_read_net_sysctls(frr_t)
|
||||||
kernel_read_system_state(frr_t)
|
kernel_read_system_state(frr_t)
|
||||||
kernel_request_load_module(frr_t)
|
|
||||||
|
|
||||||
auth_use_nsswitch(frr_t)
|
auth_use_nsswitch(frr_t)
|
||||||
|
|
||||||
@@ -81,11 +80,9 @@ corenet_udp_bind_bfd_control_port(frr_t)
|
|||||||
corenet_udp_bind_bfd_echo_port(frr_t)
|
corenet_udp_bind_bfd_echo_port(frr_t)
|
||||||
corenet_udp_bind_bfd_multi_port(frr_t)
|
corenet_udp_bind_bfd_multi_port(frr_t)
|
||||||
corenet_tcp_bind_bgp_port(frr_t)
|
corenet_tcp_bind_bgp_port(frr_t)
|
||||||
corenet_tcp_connect_bgp_port(frr_t)
|
|
||||||
corenet_tcp_bind_cmadmin_port(frr_t)
|
corenet_tcp_bind_cmadmin_port(frr_t)
|
||||||
corenet_udp_bind_cmadmin_port(frr_t)
|
corenet_udp_bind_cmadmin_port(frr_t)
|
||||||
corenet_tcp_bind_firepower_port(frr_t)
|
corenet_tcp_bind_firepower_port(frr_t)
|
||||||
corenet_tcp_bind_generic_port(frr_t)
|
|
||||||
corenet_tcp_bind_priority_e_com_port(frr_t)
|
corenet_tcp_bind_priority_e_com_port(frr_t)
|
||||||
corenet_udp_bind_router_port(frr_t)
|
corenet_udp_bind_router_port(frr_t)
|
||||||
corenet_tcp_bind_qpasa_agent_port(frr_t)
|
corenet_tcp_bind_qpasa_agent_port(frr_t)
|
||||||
@@ -98,10 +95,6 @@ domain_use_interactive_fds(frr_t)
|
|||||||
fs_read_nsfs_files(frr_t)
|
fs_read_nsfs_files(frr_t)
|
||||||
|
|
||||||
sysnet_exec_ifconfig(frr_t)
|
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)
|
userdom_read_admin_home_files(frr_t)
|
||||||
|
|
||||||
@@ -119,7 +112,3 @@ optional_policy(`
|
|||||||
optional_policy(`
|
optional_policy(`
|
||||||
networkmanager_read_state(frr_t)
|
networkmanager_read_state(frr_t)
|
||||||
')
|
')
|
||||||
|
|
||||||
optional_policy(`
|
|
||||||
userdom_admin_home_dir_filetrans(frr_t, frr_conf_t, file, ".history_frr")
|
|
||||||
')
|
|
||||||
|
|||||||
2
sources
2
sources
@@ -1,2 +1,2 @@
|
|||||||
SHA512 (frr-8.5.3.tar.gz) = 8d965670c03b4a40d880b72788b4940b8ac25953f0157419d9548672957554cfbd631707a9d6bf75cd33540c1b5af03687b2fe5f9c1df5736a52fc6524be9560
|
SHA512 (frr-8.3.1.tar.gz) = a15b53c98c9739f316663c723c35954284b63ffd49cf88e22d3ac82e66a4b63ffc5f43a8d622f531d129436464fdbfcf103b2866240762510ec490c03563a8ae
|
||||||
SHA512 (remove-babeld-ldpd.sh) = a5bf67a3722cb20d43cef1dac28f839db68df73a1b7d34d8438e4f9366da3b67d85c1f44281f93434e8dd8ebcb2d3dc258b77eaa5627475b7395d207f020839d
|
SHA512 (remove-babeld-ldpd.sh) = a5bf67a3722cb20d43cef1dac28f839db68df73a1b7d34d8438e4f9366da3b67d85c1f44281f93434e8dd8ebcb2d3dc258b77eaa5627475b7395d207f020839d
|
||||||
|
|||||||
Reference in New Issue
Block a user