22 lines
451 B
Plaintext
22 lines
451 B
Plaintext
## <summary>Log file analyzer for advanced statistics.</summary>
|
|
|
|
########################################
|
|
## <summary>
|
|
## Execute the awstats program in
|
|
## the awstats domain.
|
|
## </summary>
|
|
## <param name="domain">
|
|
## <summary>
|
|
## Domain allowed to transition.
|
|
## </summary>
|
|
## </param>
|
|
#
|
|
interface(`awstats_domtrans',`
|
|
gen_require(`
|
|
type awstats_t, awstats_exec_t;
|
|
')
|
|
|
|
corecmd_search_bin($1)
|
|
domtrans_pattern($1, awstats_exec_t, awstats_t)
|
|
')
|