From 72ed29b59d3df1c892e975d708f0f1ea9c973ed7 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Mon, 6 Mar 2006 15:19:19 +0000 Subject: [PATCH] fix typo --- refpolicy/policy/modules/services/spamassassin.if | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/refpolicy/policy/modules/services/spamassassin.if b/refpolicy/policy/modules/services/spamassassin.if index 00f5e90c..cf3cf5b8 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) ') ')