From 6eed0aa57ccf7606ea609e5cee510dd82f48e841 Mon Sep 17 00:00:00 2001 From: Jeremy Solt Date: Fri, 26 Feb 2010 16:34:23 -0500 Subject: [PATCH] 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). --- policy/modules/services/apcupsd.if | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/policy/modules/services/apcupsd.if b/policy/modules/services/apcupsd.if index 21eb32cf..acd49569 100644 --- a/policy/modules/services/apcupsd.if +++ b/policy/modules/services/apcupsd.if @@ -25,7 +25,7 @@ interface(`apcupsd_domtrans',` ## ## ## -## The type of the process performing this action. +## Domain allowed access. ## ## # @@ -143,6 +143,7 @@ interface(`apcupsd_admin',` type apcupsd_t, apcupsd_tmp_t; type apcupsd_log_t, apcupsd_lock_t; type apcupsd_var_run_t; + type apcupsd_initrc_exec_t; ') allow $1 apcupsd_t:process { ptrace signal_perms };