Blob Blame History Raw
policy_module(bugzilla, 1.0.4)

########################################
#
# Declarations
#

apache_content_template(bugzilla)

type httpd_bugzilla_tmp_t;
files_tmp_file(httpd_bugzilla_tmp_t)

########################################
#
# Local policy
#

allow httpd_bugzilla_script_t self:tcp_socket { accept listen };

corenet_all_recvfrom_netlabel(httpd_bugzilla_script_t)
corenet_tcp_sendrecv_generic_if(httpd_bugzilla_script_t)
corenet_tcp_sendrecv_generic_node(httpd_bugzilla_script_t)

corenet_sendrecv_http_client_packets(httpd_bugzilla_script_t)
corenet_tcp_connect_http_port(httpd_bugzilla_script_t)
corenet_tcp_sendrecv_http_port(httpd_bugzilla_script_t)

corenet_sendrecv_smtp_client_packets(httpd_bugzilla_script_t)
corenet_tcp_connect_smtp_port(httpd_bugzilla_script_t)
corenet_tcp_sendrecv_smtp_port(httpd_bugzilla_script_t)

manage_dirs_pattern(httpd_bugzilla_script_t, httpd_bugzilla_tmp_t, httpd_bugzilla_tmp_t)
manage_files_pattern(httpd_bugzilla_script_t, httpd_bugzilla_tmp_t, httpd_bugzilla_tmp_t)
files_tmp_filetrans(httpd_bugzilla_script_t, httpd_bugzilla_tmp_t, { file dir })

files_search_var_lib(httpd_bugzilla_script_t)

auth_read_passwd(httpd_bugzilla_script_t)

sysnet_read_config(httpd_bugzilla_script_t)
sysnet_use_ldap(httpd_bugzilla_script_t)

optional_policy(`
	mta_send_mail(httpd_bugzilla_script_t)
')

optional_policy(`
	mysql_stream_connect(httpd_bugzilla_script_t)
	mysql_tcp_connect(httpd_bugzilla_script_t)
')

optional_policy(`
	postgresql_stream_connect(httpd_bugzilla_script_t)
	postgresql_tcp_connect(httpd_bugzilla_script_t)
')