22 lines
428 B
Plaintext
22 lines
428 B
Plaintext
## <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>
|
|
## </param>
|
|
#
|
|
interface(`tmpreaper_exec',`
|
|
gen_require(`
|
|
type tmpreaper_exec_t;
|
|
')
|
|
|
|
files_search_usr($1)
|
|
corecmd_search_bin($1)
|
|
can_exec($1, tmpreaper_exec_t)
|
|
')
|