Modified apcupsd_initrc_domtrans interface summary to match style.

Restored apcupsd_initrc_exec_t require in apcupsd_admin interface (It is used here in the role_transition).
This commit is contained in:
Jeremy Solt 2010-02-26 16:34:23 -05:00 committed by Chris PeBenito
parent eda6417669
commit 6eed0aa57c

View File

@ -25,7 +25,7 @@ interface(`apcupsd_domtrans',`
## </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>
# #
@ -143,6 +143,7 @@ interface(`apcupsd_admin',`
type apcupsd_t, apcupsd_tmp_t; type apcupsd_t, apcupsd_tmp_t;
type apcupsd_log_t, apcupsd_lock_t; type apcupsd_log_t, apcupsd_lock_t;
type apcupsd_var_run_t; type apcupsd_var_run_t;
type apcupsd_initrc_exec_t;
') ')
allow $1 apcupsd_t:process { ptrace signal_perms }; allow $1 apcupsd_t:process { ptrace signal_perms };