########################################
##
## Read and write sec unnamed pipes.
##
##
##
## Domain allowed access.
##
##
#
interface(`sec_rw_pipes',`
gen_require(`
type sec_t;
')
allow $1 sec_t:fifo_file rw_fifo_file_perms;
')
#######################################
##
## Allow caller to read sec temporary files.
##
##
##
## The process type reading the temporary files.
##
##
#
interface(`sec_read_tmp_files',`
gen_require(`
type sec_tmp_t;
')
allow $1 sec_tmp_t:file read_file_perms;
')