cyphesis patch from Dan Walsh
This commit is contained in:
parent
fee48647ac
commit
92f6d7cf64
|
@ -32,13 +32,14 @@ allow cyphesis_t self:unix_dgram_socket create_socket_perms;
|
|||
manage_files_pattern(cyphesis_t, cyphesis_log_t, cyphesis_log_t)
|
||||
logging_log_filetrans(cyphesis_t, cyphesis_log_t, file)
|
||||
|
||||
# DAN > Does cyphesis really create a sock_file in /tmp? Why?
|
||||
# DAN > Does cyphesis really create a sock_file in /tmp? Why?
|
||||
allow cyphesis_t cyphesis_tmp_t:sock_file manage_sock_file_perms;
|
||||
files_tmp_filetrans(cyphesis_t, cyphesis_tmp_t, file)
|
||||
|
||||
manage_dirs_pattern(cyphesis_t, cyphesis_var_run_t, cyphesis_var_run_t)
|
||||
manage_files_pattern(cyphesis_t, cyphesis_var_run_t, cyphesis_var_run_t)
|
||||
manage_sock_files_pattern(cyphesis_t, cyphesis_var_run_t, cyphesis_var_run_t)
|
||||
files_pid_filetrans(cyphesis_t, cyphesis_var_run_t, { file sock_file })
|
||||
files_pid_filetrans(cyphesis_t, cyphesis_var_run_t, { dir file sock_file })
|
||||
|
||||
kernel_read_system_state(cyphesis_t)
|
||||
kernel_read_kernel_sysctls(cyphesis_t)
|
||||
|
|
Loading…
Reference in New Issue