Skip to content

Commit 9104418

Browse files
dcarattizpytela
authored andcommitted
Allow mptcpd the net_admin capability
mptcpd needs CAP_NET_ADMIN [1] to configure endpoint/subflows in the kernel: update mptcpd.te accordingly. [1] https://github.com/multipath-tcp/mptcpd Signed-off-by: Davide Caratti <[email protected]> Resolves: RHEL-81729
1 parent 4d5b570 commit 9104418

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

policy/modules/contrib/mptcpd.te

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ files_config_file(mptcpd_etc_t)
1717
#
1818
# mptcpd local policy
1919
#
20+
21+
allow mptcpd_t self:capability net_admin;
2022
allow mptcpd_t self:fifo_file rw_fifo_file_perms;
2123
allow mptcpd_t self:netlink_generic_socket create_socket_perms;
2224
allow mptcpd_t self:netlink_route_socket r_netlink_socket_perms;

0 commit comments

Comments
 (0)