aboutsummaryrefslogtreecommitdiff
blob: f621a2756328beb007f24e9cd2c52196e466faef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## <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;
	')

	corecmd_search_bin($1)
	can_exec($1, tmpreaper_exec_t)
')