Allow syncthing_t to read network state.
Allow to read network state (/proc/*/route) and proc_t (/proc/cpuinfo, /proc/meminfo).
This commit is contained in:
parent
eb588f836e
commit
2b3473c40c
|
@ -36,6 +36,7 @@ xdg_config_filetrans(syncthing_t, syncthing_xdg_config_t, dir)
|
|||
kernel_read_kernel_sysctls(syncthing_t)
|
||||
kernel_read_net_sysctls(syncthing_t)
|
||||
kernel_read_system_state(syncthing_t)
|
||||
kernel_read_network_state(syncthing_t)
|
||||
|
||||
corenet_tcp_sendrecv_generic_if(syncthing_t)
|
||||
corenet_udp_sendrecv_generic_if(syncthing_t)
|
||||
|
|
Loading…
Reference in New Issue