## Log file analyzer for advanced statistics.
########################################
##
## Execute the awstats program in
## the awstats domain.
##
##
##
## Domain allowed to transition.
##
##
#
interface(`awstats_domtrans',`
gen_require(`
type awstats_t, awstats_exec_t;
')
corecmd_search_bin($1)
domtrans_pattern($1, awstats_exec_t, awstats_t)
')