fix typo
This commit is contained in:
parent
e5a602a81f
commit
72ed29b59d
|
@ -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)
|
||||
')
|
||||
')
|
||||
|
|
Loading…
Reference in New Issue