[selinux-policy: 1248/3172] fix typo

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 20:53:00 UTC 2010


commit 72ed29b59d3df1c892e975d708f0f1ea9c973ed7
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Mon Mar 6 15:19:19 2006 +0000

    fix typo

 refpolicy/policy/modules/services/spamassassin.if |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/refpolicy/policy/modules/services/spamassassin.if b/refpolicy/policy/modules/services/spamassassin.if
index 00f5e90..cf3cf5b 100644
--- a/refpolicy/policy/modules/services/spamassassin.if
+++ b/refpolicy/policy/modules/services/spamassassin.if
@@ -278,7 +278,7 @@ template(`spamassassin_per_userdomain_template',`
 	')
 
 	# set tunable if you have spamassassin do DNS lookups
-	tunable_policy(`spamassasin_can_network',`
+	tunable_policy(`spamassassin_can_network',`
 		allow $1_spamassassin_t self:tcp_socket create_stream_socket_perms;
 		allow $1_spamassassin_t self:udp_socket create_socket_perms;
 
@@ -315,7 +315,7 @@ template(`spamassassin_per_userdomain_template',`
 
 		nis_use_ypbind($1_spamassassin_t)
 
-		tunable_policy(`spamassasin_can_network && allow_ypbind',`
+		tunable_policy(`spamassassin_can_network && allow_ypbind',`
 			nis_use_ypbind_uncond($1_spamassassin_t)
 		')
 	')


More information about the scm-commits mailing list