## CacheFiles user-space management daemon. ######################################## ## ## All of the rules required to ## administrate an cachefilesd environment. ## ## ## ## Domain allowed access. ## ## ## ## ## Role allowed access. ## ## ## # interface(`cachefilesd_admin',` gen_require(` type cachefilesd_t, cachefilesd_initrc_exec_t, cachefilesd_cache_t; type cachefilesd_var_run_t; ') allow $1 cachefilesd_t:process { ptrace signal_perms }; ps_process_pattern($1, cachefilesd_t) init_startstop_service($1, $2, cachefilesd_t, cachefilesd_initrc_exec_t) files_search_var($1) admin_pattern($1, cachefilesd_cache_t) files_search_pids($1) admin_pattern($1, cachefilesd_var_run_t) ')