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:
Alexander Miroshnichenko 2018-12-30 17:42:26 +03:00
parent eb588f836e
commit 2b3473c40c
1 changed files with 1 additions and 0 deletions

View File

@ -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)