## 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)
')
########################################
##
## Read and write awstats unnamed pipes. (Deprecated)
##
##
##
## Domain allowed access.
##
##
#
interface(`awstats_rw_pipes',`
refpolicywarn(`$0($*) has been deprecated.')
')
########################################
##
## Execute awstats cgi scripts in the caller domain. (Deprecated)
##
##
##
## Domain allowed access.
##
##
#
interface(`awstats_cgi_exec',`
refpolicywarn(`$0($*) has been deprecated.')
')