From 7e11b740872350ecd5175851bd5ac9c8700ca19b Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Apr 18 2008 16:04:15 +0000 Subject: trunk: make hald_log_t a log file. --- diff --git a/Changelog b/Changelog index cf45e93..0fa7738 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,4 @@ +- Make hald_log_t a log file. - Cryptsetup runs shell scripts. Patch from Martin Orr. - Add file for enabling policy capabilities. - Patch to fix leaky interface/template call depth calculator from Vaclav diff --git a/policy/modules/services/hal.te b/policy/modules/services/hal.te index bb66318..6170da5 100644 --- a/policy/modules/services/hal.te +++ b/policy/modules/services/hal.te @@ -1,5 +1,5 @@ -policy_module(hal,1.9.0) +policy_module(hal,1.9.1) ######################################## # @@ -26,7 +26,7 @@ domain_entry_file(hald_keymap_t,hald_keymap_exec_t) role system_r types hald_keymap_t; type hald_log_t; -files_type(hald_log_t) +logging_log_file(hald_log_t) type hald_mac_t; type hald_mac_exec_t;