add back missing rule from daemon_domain()

This commit is contained in:
Chris PeBenito 2005-09-13 22:06:42 +00:00
parent 25225bb197
commit 3c8c1b2b8f

View File

@ -584,6 +584,7 @@ type $1_var_run_t;
files_pid_file($1_var_run_t)
dontaudit $1_t self:capability sys_tty_config;
allow $1_t $1_var_run_t:file create_file_perms;
allow $1_t $1_var_run_t:dir rw_dir_perms;
files_create_pid($1_t,$1_var_run_t)
kernel_read_kernel_sysctl($1_t)
kernel_list_proc($1_t)