[selinux-policy: 1263/3172] fix typo

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 20:54:17 UTC 2010


commit 3bb0a3ba5385bc9e9a9e7493c5c1fc140be17da6
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Mar 8 20:17:21 2006 +0000

    fix typo

 refpolicy/policy/modules/apps/thunderbird.if |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/refpolicy/policy/modules/apps/thunderbird.if b/refpolicy/policy/modules/apps/thunderbird.if
index d9fbf9b..b11bc8d 100644
--- a/refpolicy/policy/modules/apps/thunderbird.if
+++ b/refpolicy/policy/modules/apps/thunderbird.if
@@ -74,7 +74,7 @@ template(`thunderbird_per_userdomain_template',`
 	allow $1_thunderbird_t $1_thunderbird_tmpfs_t:lnk_file create_lnk_perms;
 	allow $1_thunderbird_t $1_thunderbird_tmpfs_t:sock_file manage_file_perms;
 	allow $1_thunderbird_t $1_thunderbird_tmpfs_t:fifo_file manage_file_perms;
-	fs_filetrans_tmpfs($1_thunderbird_t,$1_thunderbird_tmpfs_t,{ dir file lnk_file sock_file fifo_file })
+	fs_tmpfs_filetrans($1_thunderbird_t,$1_thunderbird_tmpfs_t,{ dir file lnk_file sock_file fifo_file })
 
 	allow $2 $1_thunderbird_t:fd use;
 	allow $2 $1_thunderbird_t:shm { associate getattr };


More information about the scm-commits mailing list