## Procmail mail delivery agent
########################################
##
## Execute procmail with a domain transition.
##
##
##
## Domain allowed access.
##
##
#
interface(`procmail_domtrans',`
gen_require(`
type procmail_exec_t, procmail_t;
')
files_search_usr($1)
corecmd_search_bin($1)
domtrans_pattern($1,procmail_exec_t,procmail_t)
')
########################################
##
## Execute procmail in the caller domain.
##
##
##
## Domain allowed access.
##
##
#
interface(`procmail_exec',`
gen_require(`
type procmail_exec_t;
')
files_search_usr($1)
corecmd_search_bin($1)
can_exec($1,procmail_exec_t)
')