[selinux-policy: 2840/3172] Fix spelling mistake

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 23:12:50 UTC 2010


commit 73f7d4f4a2bce6adc43e0fa42d41f687844f8f60
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Mon Aug 30 11:30:00 2010 -0400

    Fix spelling mistake

 policy/modules/services/hal.if |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
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;
 ')


More information about the scm-commits mailing list