## policy for dirsrv
########################################
##
## Execute a domain transition to run dirsrv.
##
##
##
## Domain allowed to transition.
##
##
#
interface(`dirsrv_domtrans',`
gen_require(`
type dirsrv_t, dirsrv_exec_t;
')
domain_auto_trans($1,dirsrv_exec_t,dirsrv_t)
allow dirsrv_t $1:fd use;
allow dirsrv_t $1:fifo_file rw_file_perms;
allow dirsrv_t $1:process sigchld;
')