## Daemon to create and monitor storage pools
########################################
##
## Send and receive messages from
## stratisd over dbus.
##
##
##
## Domain allowed access.
##
##
#
interface(`stratisd_dbus_chat',`
gen_require(`
type stratisd_t;
class dbus send_msg;
')
allow $1 stratisd_t:dbus send_msg;
allow stratisd_t $1:dbus send_msg;
')
########################################
##
## Execute stratisd_exec_t in the stratisd domain.
##
##
##
## Domain allowed to transition.
##
##
#
interface(`stratisd_domtrans',`
gen_require(`
type stratisd_t, stratisd_exec_t;
')
corecmd_search_bin($1)
domtrans_pattern($1, stratisd_exec_t, stratisd_t)
')
######################################
##
## Execute stratisd in the caller domain.
##
##
##
## Domain allowed access.
##
##
#
interface(`stratisd_exec',`
gen_require(`
type stratisd_exec_t;
')
corecmd_search_bin($1)
can_exec($1, stratisd_exec_t)
')
########################################
##
## Read stratisd PID files.
##
##
##
## Domain allowed access.
##
##
#
interface(`stratisd_read_pid_files',`
gen_require(`
type stratisd_var_run_t;
')
files_search_pids($1)
read_files_pattern($1, stratisd_var_run_t, stratisd_var_run_t)
')
########################################
##
## All of the rules required to administrate
## an stratisd environment
##
##
##
## Domain allowed access.
##
##
##
##
## Role allowed access.
##
##
##
#
interface(`stratisd_admin',`
gen_require(`
type stratisd_t;
type stratisd_var_run_t;
')
allow $1 stratisd_t:process { signal_perms };
ps_process_pattern($1, stratisd_t)
tunable_policy(`deny_ptrace',`',`
allow $1 stratisd_t:process ptrace;
')
files_search_pids($1)
admin_pattern($1, stratisd_var_run_t)
optional_policy(`
systemd_passwd_agent_exec($1)
systemd_read_fifo_file_passwd_run($1)
')
')
########################################
##
## Read stratisd data symlinks
##
##
##
## Domain allowed access.
##
##
#
interface(`stratisd_data_read_lnk_files',`
gen_require(`
type stratisd_data_t;
')
allow $1 stratisd_data_t:lnk_file read_lnk_file_perms;
')