########################################
##
## Read and write cronapt unnamed pipes.
##
##
##
## Domain allowed access.
##
##
#
interface(`cronapt_rw_pipes',`
gen_require(`
type cronapt_t;
')
allow $1 cronapt_t:fifo_file rw_fifo_file_perms;
')
#######################################
##
## Allow caller to read cronapt temporary files.
##
##
##
## The process type reading the temporary files.
##
##
#
interface(`cronapt_read_tmp_files',`
gen_require(`
type cronapt_tmp_t;
')
allow $1 cronapt_tmp_t:file read_file_perms;
')