From 7e11b740872350ecd5175851bd5ac9c8700ca19b Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Fri, 18 Apr 2008 16:04:15 +0000 Subject: [PATCH] trunk: make hald_log_t a log file. --- Changelog | 1 + policy/modules/services/hal.te | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index cf45e930..0fa7738d 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 bb66318f..6170da58 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;