This commit is contained in:
Chris PeBenito 2006-03-06 15:19:19 +00:00
parent e5a602a81f
commit 72ed29b59d
1 changed files with 2 additions and 2 deletions

View File

@ -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)
')
')