[selinux-policy: 612/3172] fix typos

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:57:34 UTC 2010


commit 6af06cd8b6dc409098d59147b903c6dc1bd3318b
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Aug 31 16:54:19 2005 +0000

    fix typos

 refpolicy/policy/modules/kernel/filesystem.if |    2 +-
 refpolicy/policy/modules/system/files.if      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/refpolicy/policy/modules/kernel/filesystem.if b/refpolicy/policy/modules/kernel/filesystem.if
index a9bb42f..cd29096 100644
--- a/refpolicy/policy/modules/kernel/filesystem.if
+++ b/refpolicy/policy/modules/kernel/filesystem.if
@@ -415,7 +415,7 @@ interface(`fs_unmount_cifs',`
 		class filesystem unmount;
 	')
 
-	allow $1 cifs_t:filesystem mount;
+	allow $1 cifs_t:filesystem unmount;
 ')
 
 ########################################
diff --git a/refpolicy/policy/modules/system/files.if b/refpolicy/policy/modules/system/files.if
index d21f063..0d1e406 100644
--- a/refpolicy/policy/modules/system/files.if
+++ b/refpolicy/policy/modules/system/files.if
@@ -952,7 +952,7 @@ interface(`files_dontaudit_read_etc_runtime_files',`
 		class file { getattr read };
 	')
 
-	allow $1 etc_runtime_t:file { getattr read };
+	dontaudit $1 etc_runtime_t:file { getattr read };
 ')
 
 ########################################


More information about the scm-commits mailing list