Changed arpwatch_initrc_domtrans domain summary to match style.

Restored arpwatch_initrc_exec_t require because it's still used in arpwatch_admin interface
This commit is contained in:
Jeremy Solt 2010-03-02 14:34:43 -05:00 committed by Chris PeBenito
parent d783374bc9
commit 6665c3c768

View File

@ -6,7 +6,7 @@
## </summary> ## </summary>
## <param name="domain"> ## <param name="domain">
## <summary> ## <summary>
## The type of the process performing this action. ## Domain allowed access.
## </summary> ## </summary>
## </param> ## </param>
# #
@ -134,6 +134,7 @@ interface(`arpwatch_admin',`
gen_require(` gen_require(`
type arpwatch_t, arpwatch_tmp_t; type arpwatch_t, arpwatch_tmp_t;
type arpwatch_data_t, arpwatch_var_run_t; type arpwatch_data_t, arpwatch_var_run_t;
type arpwatch_initrc_exec_t;
') ')
allow $1 arpwatch_t:process { ptrace signal_perms getattr }; allow $1 arpwatch_t:process { ptrace signal_perms getattr };