Fix spelling mistake

This commit is contained in:
Dan Walsh 2010-08-30 11:30:00 -04:00
parent c71f02c02d
commit 73f7d4f4a2

View File

@ -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;
')