selinux-policy/refpolicy/policy/modules/admin/tmpreaper.if
2005-08-05 15:32:27 +00:00

20 lines
426 B
Plaintext

## <summary>Manage temporary directory sizes and file ages</summary>
########################################
## <summary>
## Execute tmpreaper in the caller domain.
## </summary>
## <param name="domain">
## The type of the process performing this action.
## </param>
#
interface(`tmpreaper_exec',`
gen_require(`
type tmpreaper_exec_t;
')
files_search_usr($1)
corecmd_search_sbin($1)
can_exec($1,tmpreaper_exec_t)
')