selinux-refpolicy/policy/modules/services/dante.if
Chris PeBenito 0992763548 Update callers for "pid" to "runtime" interface rename.
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
2020-06-28 16:03:45 -04:00

37 lines
784 B
Plaintext

## <summary>Dante msproxy and socks4/5 proxy server.</summary>
########################################
## <summary>
## All of the rules required to
## administrate an dante environment.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
## <param name="role">
## <summary>
## Role allowed access.
## </summary>
## </param>
## <rolecap/>
#
interface(`dante_admin',`
gen_require(`
type dante_t, dante_conf_t, dante_runtime_t;
type dante_initrc_exec_t;
')
allow $1 dante_t:process { ptrace signal_perms };
ps_process_pattern($1, dante_t)
init_startstop_service($1, $2, dante_t, dante_initrc_exec_t)
files_search_etc($1)
admin_pattern($1, dante_conf_t)
files_search_runtime($1)
admin_pattern($1, dante_runtime_t)
')