Permit fetchmail_admin to ptrace and signal the fetchmail_t domain.

Signed-off-by: Dominick Grift <domg472@gmail.com>
This commit is contained in:
Dominick Grift 2010-09-15 12:10:14 +02:00
parent cf152b4953
commit b36824efdf

View File

@ -18,6 +18,7 @@ interface(`fetchmail_admin',`
type fetchmail_var_run_t; type fetchmail_var_run_t;
') ')
allow $1 fetchmail_t:process { ptrace signal_perms };
ps_process_pattern($1, fetchmail_t) ps_process_pattern($1, fetchmail_t)
files_list_etc($1) files_list_etc($1)