[selinux-policy: 1279/3172] fix misname of template

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 20:55:39 UTC 2010


commit c28caf30554cd28044c3532b9b57725b8ee0f69f
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Thu Mar 16 21:04:50 2006 +0000

    fix misname of template

 refpolicy/policy/modules/apps/ethereal.if     |    2 +-
 refpolicy/policy/modules/system/userdomain.if |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/refpolicy/policy/modules/apps/ethereal.if b/refpolicy/policy/modules/apps/ethereal.if
index 87af193..1d06a9b 100644
--- a/refpolicy/policy/modules/apps/ethereal.if
+++ b/refpolicy/policy/modules/apps/ethereal.if
@@ -193,7 +193,7 @@ template(`ethereal_per_userdomain_template',`
 ##	</summary>
 ## </param>
 #
-template(`tethereal_admin_template',`
+template(`ethereal_admin_template',`
 	gen_require(`
 		type $1_ethereal_t;
 	')
diff --git a/refpolicy/policy/modules/system/userdomain.if b/refpolicy/policy/modules/system/userdomain.if
index 986dbde..8bda242 100644
--- a/refpolicy/policy/modules/system/userdomain.if
+++ b/refpolicy/policy/modules/system/userdomain.if
@@ -895,7 +895,7 @@ template(`admin_user_template',`
 	')
 
 	optional_policy(`ethereal',`
-		tethereal_admin_template($1,$1_t,$1_r)
+		ethereal_admin_template($1,$1_t,$1_r)
 	')
 
 	optional_policy(`lpd',`


More information about the scm-commits mailing list