wireguard: allow running iptables
Wireguard can be configured to run iptables and other such networking tools when bringing up/down interfaces. Also add a dontaudit for searching kernel sysctls. Signed-off-by: Kenton Groombridge <me@concord.sh>
This commit is contained in:
parent
a1a9c33e88
commit
7f1a7b1cac
@ -61,8 +61,13 @@ corecmd_exec_shell(wireguard_t)
|
||||
|
||||
domain_use_interactive_fds(wireguard_t)
|
||||
|
||||
# wg-quick can be configured to run iptables and other networking
|
||||
# config tools when bringing up/down the wg interfaces
|
||||
iptables_domtrans(wireguard_t)
|
||||
|
||||
# wg-quick tries to read /proc/filesystem when running "stat" and "mv" commands
|
||||
kernel_dontaudit_read_system_state(wireguard_t)
|
||||
kernel_dontaudit_search_kernel_sysctl(wireguard_t)
|
||||
|
||||
miscfiles_read_localization(wireguard_t)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user