Resolves: #2124254 - frr can no longer update routes

This commit is contained in:
Michal Ruprich
2022-09-09 16:11:03 +02:00
parent 2462abb0da
commit 61a4e5aa67
2 changed files with 6 additions and 3 deletions

2
frr.te
View File

@@ -31,7 +31,7 @@ files_pid_file(frr_var_run_t)
#
# frr local policy
#
allow frr_t self:capability { chown dac_override dac_read_search kill net_bind_service net_raw setgid setuid };
allow frr_t self:capability { chown dac_override dac_read_search kill net_bind_service net_raw setgid setuid net_admin };
allow frr_t self:netlink_route_socket rw_netlink_socket_perms;
allow frr_t self:packet_socket create;
allow frr_t self:process { setcap setpgid };