Avahi patch from Dan Walsh
Dropped file read from dbus_chat
This commit is contained in:
parent
31c003045e
commit
d20e128bbe
|
@ -133,7 +133,7 @@ interface(`avahi_dontaudit_search_pid',`
|
|||
|
||||
########################################
|
||||
## <summary>
|
||||
## All of the rules required to administrate
|
||||
## All of the rules required to administrate
|
||||
## an avahi environment
|
||||
## </summary>
|
||||
## <param name="domain">
|
||||
|
@ -150,8 +150,7 @@ interface(`avahi_dontaudit_search_pid',`
|
|||
#
|
||||
interface(`avahi_admin',`
|
||||
gen_require(`
|
||||
type avahi_t, avahi_var_run_t;
|
||||
type avahi_initrc_exec_t;
|
||||
type avahi_t, avahi_var_run_t, avahi_initrc_exec_t;
|
||||
')
|
||||
|
||||
allow $1 avahi_t:process { ptrace signal_perms };
|
||||
|
|
|
@ -37,10 +37,11 @@ manage_dirs_pattern(avahi_t, avahi_var_lib_t, avahi_var_lib_t)
|
|||
manage_files_pattern(avahi_t, avahi_var_lib_t, avahi_var_lib_t)
|
||||
files_var_lib_filetrans(avahi_t, avahi_var_lib_t, { dir file })
|
||||
|
||||
manage_dirs_pattern(avahi_t, avahi_var_run_t, avahi_var_run_t)
|
||||
manage_files_pattern(avahi_t, avahi_var_run_t, avahi_var_run_t)
|
||||
manage_sock_files_pattern(avahi_t, avahi_var_run_t, avahi_var_run_t)
|
||||
allow avahi_t avahi_var_run_t:dir setattr;
|
||||
files_pid_filetrans(avahi_t, avahi_var_run_t, file)
|
||||
allow avahi_t avahi_var_run_t:dir setattr_dir_perms;
|
||||
files_pid_filetrans(avahi_t, avahi_var_run_t, { dir file })
|
||||
|
||||
kernel_read_system_state(avahi_t)
|
||||
kernel_read_kernel_sysctls(avahi_t)
|
||||
|
|
Loading…
Reference in New Issue