Access to get attributes of target pppd_t domain is included with ps_process_pattern.
Access to get attributes of target privoxy_t domain is included with ps_process_pattern. Access to get attributes of target radiusd_t domain is included with ps_process_pattern. Signed-off-by: Dominick Grift <domg472@gmail.com>
This commit is contained in:
parent
39e118bc15
commit
4eaffd271f
@ -360,7 +360,7 @@ interface(`ppp_admin',`
|
||||
type pppd_initrc_exec_t;
|
||||
')
|
||||
|
||||
allow $1 pppd_t:process { ptrace signal_perms getattr };
|
||||
allow $1 pppd_t:process { ptrace signal_perms };
|
||||
ps_process_pattern($1, pppd_t)
|
||||
|
||||
ppp_initrc_domtrans($1)
|
||||
@ -386,7 +386,7 @@ interface(`ppp_admin',`
|
||||
files_list_pids($1)
|
||||
admin_pattern($1, pppd_var_run_t)
|
||||
|
||||
allow $1 pptp_t:process { ptrace signal_perms getattr };
|
||||
allow $1 pptp_t:process { ptrace signal_perms };
|
||||
ps_process_pattern($1, pptp_t)
|
||||
|
||||
admin_pattern($1, pptp_log_t)
|
||||
|
@ -24,7 +24,7 @@ interface(`privoxy_admin',`
|
||||
type privoxy_initrc_exec_t;
|
||||
')
|
||||
|
||||
allow $1 privoxy_t:process { ptrace signal_perms getattr };
|
||||
allow $1 privoxy_t:process { ptrace signal_perms };
|
||||
ps_process_pattern($1, privoxy_t)
|
||||
|
||||
init_labeled_script_domtrans($1, privoxy_initrc_exec_t)
|
||||
|
@ -38,7 +38,7 @@ interface(`radius_admin',`
|
||||
type radiusd_initrc_exec_t;
|
||||
')
|
||||
|
||||
allow $1 radiusd_t:process { ptrace signal_perms getattr };
|
||||
allow $1 radiusd_t:process { ptrace signal_perms };
|
||||
ps_process_pattern($1, radiusd_t)
|
||||
|
||||
init_labeled_script_domtrans($1, radiusd_initrc_exec_t)
|
||||
|
Loading…
Reference in New Issue
Block a user