From e6fdb59601c6ab1454684d45e24efe41c5e204a4 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: May 23 2008 13:50:38 +0000 Subject: trunk: fix typo --- 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; ')