trunk: make hald_log_t a log file.
This commit is contained in:
parent
f12302af92
commit
7e11b74087
|
@ -1,3 +1,4 @@
|
||||||
|
- Make hald_log_t a log file.
|
||||||
- Cryptsetup runs shell scripts. Patch from Martin Orr.
|
- Cryptsetup runs shell scripts. Patch from Martin Orr.
|
||||||
- Add file for enabling policy capabilities.
|
- Add file for enabling policy capabilities.
|
||||||
- Patch to fix leaky interface/template call depth calculator from Vaclav
|
- Patch to fix leaky interface/template call depth calculator from Vaclav
|
||||||
|
|
|
@ -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;
|
role system_r types hald_keymap_t;
|
||||||
|
|
||||||
type hald_log_t;
|
type hald_log_t;
|
||||||
files_type(hald_log_t)
|
logging_log_file(hald_log_t)
|
||||||
|
|
||||||
type hald_mac_t;
|
type hald_mac_t;
|
||||||
type hald_mac_exec_t;
|
type hald_mac_exec_t;
|
||||||
|
|
Loading…
Reference in New Issue