Courier patch from Dan Walsh.
This commit is contained in:
parent
d2acef78f4
commit
07ba15168b
|
@ -177,6 +177,24 @@ interface(`courier_manage_spool_files',`
|
||||||
manage_files_pattern($1, courier_spool_t, courier_spool_t)
|
manage_files_pattern($1, courier_spool_t, courier_spool_t)
|
||||||
')
|
')
|
||||||
|
|
||||||
|
########################################
|
||||||
|
## <summary>
|
||||||
|
## Read courier spool files.
|
||||||
|
## </summary>
|
||||||
|
## <param name="prefix">
|
||||||
|
## <summary>
|
||||||
|
## Domain allowed access.
|
||||||
|
## </summary>
|
||||||
|
## </param>
|
||||||
|
#
|
||||||
|
interface(`courier_read_spool',`
|
||||||
|
gen_require(`
|
||||||
|
type courier_spool_t;
|
||||||
|
')
|
||||||
|
|
||||||
|
read_files_pattern($1, courier_spool_t, courier_spool_t)
|
||||||
|
')
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
## <summary>
|
## <summary>
|
||||||
## Read and write to courier spool pipes.
|
## Read and write to courier spool pipes.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
policy_module(courier, 1.8.0)
|
policy_module(courier, 1.8.1)
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue