last bit of dans patch
This commit is contained in:
parent
cdc91b9aeb
commit
b5a6c86f46
@ -1,5 +1,23 @@
|
||||
## <summary>Pyzor is a distributed, collaborative spam detection and filtering network.</summary>
|
||||
|
||||
########################################
|
||||
## <summary>
|
||||
## Send generic signals to pyzor
|
||||
## </summary>
|
||||
## <param name="domain">
|
||||
## <summary>
|
||||
## Domain allowed access.
|
||||
## </summary>
|
||||
## </param>
|
||||
#
|
||||
interface(`pyzor_signal',`
|
||||
gen_require(`
|
||||
type pyzor_t;
|
||||
')
|
||||
|
||||
allow $1 pyzor_t:process signal;
|
||||
')
|
||||
|
||||
########################################
|
||||
## <summary>
|
||||
## Execute pyzor with a domain transition.
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
policy_module(pyzor,1.1.2)
|
||||
policy_module(pyzor,1.1.3)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
policy_module(spamassassin,1.5.2)
|
||||
policy_module(spamassassin,1.5.3)
|
||||
|
||||
########################################
|
||||
#
|
||||
@ -192,6 +192,7 @@ optional_policy(`
|
||||
|
||||
optional_policy(`
|
||||
pyzor_domtrans(spamd_t)
|
||||
pyzor_signal(spamd_t)
|
||||
')
|
||||
|
||||
optional_policy(`
|
||||
|
Loading…
Reference in New Issue
Block a user