## Bugzilla server
########################################
##
## Allow the specified domain to search
## bugzilla directories.
##
##
##
## Domain allowed access.
##
##
#
interface(`bugzilla_search_dirs',`
gen_require(`
type httpd_bugzilla_content_t;
')
allow $1 httpd_bugzilla_content_t:dir search_dir_perms;
')
########################################
##
## Do not audit attempts to read and write
## bugzilla script unix domain stream sockets.
##
##
##
## Domain allowed access.
##
##
#
interface(`bugzilla_dontaudit_rw_script_stream_sockets',`
gen_require(`
type httpd_bugzilla_script_t;
')
dontaudit $1 httpd_bugzilla_script_t:unix_stream_socket { read write };
')