[selinux-policy: 1520/3172] fix typo

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:16:39 UTC 2010


commit e586ecc752897d41b7b9a9f67a80cc2b4c36c02f
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Jun 16 13:10:40 2006 +0000

    fix typo

 refpolicy/policy/modules/kernel/filesystem.if |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/refpolicy/policy/modules/kernel/filesystem.if b/refpolicy/policy/modules/kernel/filesystem.if
index ede8c92..133b9d5 100644
--- a/refpolicy/policy/modules/kernel/filesystem.if
+++ b/refpolicy/policy/modules/kernel/filesystem.if
@@ -2797,7 +2797,7 @@ interface(`fs_manage_tmpfs_symlinks',`
 	')
 
 	allow $1 tmpfs_t:dir rw_dir_perms;
-	allow $1 tmpfs_t:chr_file create_lnk_perms;
+	allow $1 tmpfs_t:lnk_file create_lnk_perms;
 ')
 
 ########################################


More information about the scm-commits mailing list