[selinux-policy: 1655/3172] Patch to allow apmd to telinit from Dan Walsh.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:28:08 UTC 2010


commit aeb54c6dd0fe4709e2b09031ef7c5f9d3b6c9187
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Feb 23 19:41:41 2007 +0000

    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 64d152f..58a2252 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 fa62ace..be4f1f0 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)


More information about the scm-commits mailing list