From aeb54c6dd0fe4709e2b09031ef7c5f9d3b6c9187 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Fri, 23 Feb 2007 19:41:41 +0000 Subject: [PATCH] Patch to allow apmd to telinit from Dan Walsh. --- Changelog | 1 + policy/modules/services/apm.te | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 64d152f2..58a22522 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,4 @@ +- Patch to allow apmd to telinit from Dan Walsh. - Patch for additional labeling of samba files from Stefan Schulze Frielinghaus. - Patch to remove incorrect cron labeling in apache.fc from Ryan Bradetich. diff --git a/policy/modules/services/apm.te b/policy/modules/services/apm.te index fa62acef..be4f1f0b 100644 --- a/policy/modules/services/apm.te +++ b/policy/modules/services/apm.te @@ -1,5 +1,5 @@ -policy_module(apm,1.3.1) +policy_module(apm,1.3.2) ######################################## # @@ -126,7 +126,7 @@ init_domtrans_script(apmd_t) init_use_fds(apmd_t) init_use_script_ptys(apmd_t) init_rw_utmp(apmd_t) -init_write_initctl(apmd_t) +init_telinit(apmd_t) libs_exec_ld_so(apmd_t) libs_use_ld_so(apmd_t)