## Squid log analysis
#######################################
##
## Allow domain to read calamaris www files.
##
##
##
## Domain allowed access.
##
##
#
interface(`calamaris_read_www_files',`
gen_require(`
type calamaris_www_t;
')
allow $1 calamaris_www_t:dir r_dir_perms;
allow $1 calamaris_www_t:file r_file_perms;
allow $1 calamaris_www_t:lnk_file { getattr read };
')