Allow piranha domains to create their pid directory with their pid file type.

This commit is contained in:
Dominick Grift 2010-09-20 14:58:50 +02:00
parent c4786dd6ff
commit 3cc747a38c

View File

@ -36,7 +36,7 @@ template(`piranha_domain_template',`
manage_files_pattern(piranha_$1_t, piranha_$1_var_run_t, piranha_$1_var_run_t)
manage_dirs_pattern(piranha_$1_t, piranha_$1_var_run_t, piranha_$1_var_run_t)
files_pid_filetrans(piranha_$1_t, piranha_$1_var_run_t, { file })
files_pid_filetrans(piranha_$1_t, piranha_$1_var_run_t, { dir file })
')
########################################