diff --git a/cachefilesd.te b/cachefilesd.te index 2c71b1daa0..2d9508e44a 100644 --- a/cachefilesd.te +++ b/cachefilesd.te @@ -80,6 +80,7 @@ optional_policy(` # rules. # allow cachefilesd_t self:capability { setuid setgid sys_admin dac_override }; +allow cachefilesd_t self:process signal_perms; # Allow manipulation of pid file allow cachefilesd_t cachefilesd_var_run_t:file create_file_perms;