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)