wireshark patch from Dan Walsh
files_poly_member is provided by userdom_user_home_content Whitespace fixes
This commit is contained in:
parent
5f61db128e
commit
93985f63d7
|
@ -64,12 +64,14 @@ manage_files_pattern(wireshark_t, wireshark_tmpfs_t, wireshark_tmpfs_t)
|
|||
manage_lnk_files_pattern(wireshark_t, wireshark_tmpfs_t, wireshark_tmpfs_t)
|
||||
manage_sock_files_pattern(wireshark_t, wireshark_tmpfs_t, wireshark_tmpfs_t)
|
||||
manage_fifo_files_pattern(wireshark_t, wireshark_tmpfs_t, wireshark_tmpfs_t)
|
||||
fs_tmpfs_filetrans(wireshark_t, wireshark_tmpfs_t,{ dir file lnk_file sock_file fifo_file })
|
||||
fs_tmpfs_filetrans(wireshark_t, wireshark_tmpfs_t, { dir file lnk_file sock_file fifo_file })
|
||||
|
||||
kernel_read_kernel_sysctls(wireshark_t)
|
||||
kernel_read_system_state(wireshark_t)
|
||||
kernel_read_sysctl(wireshark_t)
|
||||
|
||||
corecmd_search_bin(wireshark_t)
|
||||
|
||||
corenet_tcp_connect_generic_port(wireshark_t)
|
||||
corenet_tcp_sendrecv_generic_if(wireshark_t)
|
||||
|
||||
|
@ -108,7 +110,7 @@ optional_policy(`
|
|||
nscd_socket_use(wireshark_t)
|
||||
')
|
||||
|
||||
# Manual transition from userhelper
|
||||
# Manual transition from userhelper
|
||||
optional_policy(`
|
||||
userhelper_use_fd(wireshark_t)
|
||||
userhelper_sigchld(wireshark_t)
|
||||
|
|
Loading…
Reference in New Issue