[selinux-policy: 1937/3172] trunk: fix typo

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:52:24 UTC 2010


commit e6fdb59601c6ab1454684d45e24efe41c5e204a4
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri May 23 13:50:38 2008 +0000

    trunk: fix typo

 policy/modules/kernel/filesystem.if |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/policy/modules/kernel/filesystem.if b/policy/modules/kernel/filesystem.if
index 4895ac5..37f1c22 100644
--- a/policy/modules/kernel/filesystem.if
+++ b/policy/modules/kernel/filesystem.if
@@ -476,7 +476,7 @@ interface(`fs_getattr_binfmt_misc_dirs',`
 		type binfmt_misc_fs_t;
 	')
 
-	allow $1 binfmt_misc_fs_tt:dir getattr;
+	allow $1 binfmt_misc_fs_t:dir getattr;
 
 ')
 


More information about the scm-commits mailing list