Allow ipsec to read kernel sysctl
This commit is contained in:
parent
99d1e6b9f1
commit
672f146fec
|
@ -113,6 +113,7 @@ allow ipsec_mgmt_t ipsec_t:unix_stream_socket { read write };
|
||||||
allow ipsec_mgmt_t ipsec_t:process { rlimitinh sigchld };
|
allow ipsec_mgmt_t ipsec_t:process { rlimitinh sigchld };
|
||||||
|
|
||||||
kernel_read_kernel_sysctls(ipsec_t)
|
kernel_read_kernel_sysctls(ipsec_t)
|
||||||
|
kernel_read_net_sysctls(ipsec_t)
|
||||||
kernel_list_proc(ipsec_t)
|
kernel_list_proc(ipsec_t)
|
||||||
kernel_read_proc_symlinks(ipsec_t)
|
kernel_read_proc_symlinks(ipsec_t)
|
||||||
# allow pluto to access /proc/net/ipsec_eroute;
|
# allow pluto to access /proc/net/ipsec_eroute;
|
||||||
|
|
Loading…
Reference in New Issue