## GNUstep distributed object mapper.
########################################
##
## Read gdomap configuration files.
##
##
##
## Domain allowed access.
##
##
#
interface(`gdomap_read_config',`
gen_require(`
type gdomap_conf_t;
')
files_search_etc($1)
allow $1 gdomap_conf_t:file read_file_perms;
')
########################################
##
## All of the rules required to
## administrate an gdomap environment.
##
##
##
## Domain allowed access.
##
##
##
##
## Role allowed access.
##
##
##
#
interface(`gdomap_admin',`
gen_require(`
type gdomap_t, gdomap_conf_t, gdomap_initrc_exec_t;
type gdomap_var_run_t;
')
allow $1 gdomap_t:process { ptrace signal_perms };
ps_process_pattern($1, gdomap_t)
init_startstop_service($1, $2, gdomap_t, gdomap_initrc_exec_t)
files_search_etc($1)
admin_pattern($1, gdomap_conf_t)
files_search_pids($1)
admin_pattern($1, gdomap_var_run_t)
')