selinux-policy/policy/modules/admin/tmpreaper.if

22 lines
428 B
Plaintext
Raw Normal View History

2005-08-05 15:32:27 +00:00
## <summary>Manage temporary directory sizes and file ages</summary>
########################################
## <summary>
## Execute tmpreaper in the caller domain.
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
2005-08-05 15:32:27 +00:00
## </param>
#
interface(`tmpreaper_exec',`
gen_require(`
type tmpreaper_exec_t;
')
files_search_usr($1)
2007-03-23 23:24:59 +00:00
corecmd_search_bin($1)
can_exec($1, tmpreaper_exec_t)
2005-08-05 15:32:27 +00:00
')