diff --git a/policy/modules/services/hal.if b/policy/modules/services/hal.if index 52ea89b..5b9771e 100644 --- a/policy/modules/services/hal.if +++ b/policy/modules/services/hal.if @@ -469,8 +469,8 @@ interface(`hal_dontaudit_leaks',` ') dontaudit $1 hald_t:fd use; - dontaudit $1 hald_log_t:file rw_inherited_files_perms; - dontaudit $1 hald_t:fifo_file rw_fifo_file_perms; + dontaudit $1 hald_log_t:file rw_inherited_file_perms; + dontaudit $1 hald_t:fifo_file rw_inherited_fifo_file_perms; dontaudit hald_t $1:socket_class_set { read write }; dontaudit $1 hald_var_run_t:file read_inherited_file_perms; ')