Layer: services

Module: apache

Interfaces Templates

Description:

Apache web server

Interfaces:

apache_append_squirrelmail_data( domain )
Summary

Allow the specified domain to append apache squirrelmail data.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
apache_domtrans( domain )
Summary

Transition to apache.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
apache_domtrans_all_scripts( domain )
Summary

Execute all user scripts in the user script domain.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
apache_domtrans_helper( domain )
Summary

Execute the Apache helper program with a domain transition.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
apache_domtrans_sys_script( domain )
Summary

Execute all web scripts in the system script domain.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
apache_dontaudit_append_log( domain )
Summary

Do not audit attempts to append to the Apache logs.

Parameters
Parameter:Description:Optional:
domain Domain to not audit. No
apache_dontaudit_rw_stream_socket( domain )
Summary

Do not audit attempts to read and write Apache unix domain stream sockets.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
apache_dontaudit_rw_sys_script_stream_socket( domain )
Summary

Do not audit attempts to read and write Apache system script unix domain stream sockets.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
apache_dontaudit_rw_tcp_socket( domain )
Summary

Do not audit attempts to read and write Apache TCP sockets.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
apache_list_modules( domain )
Summary

Allow the specified domain to list the contents of the apache modules directory.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
apache_manage_sys_content( domain )
Summary

Allow the specified domain to manage apache system content files.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
apache_read_config( domain )
Summary

Allow the specified domain to read apache configuration files.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
apache_read_log( domain )
Summary

Allow the specified domain to read apache log files.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
apache_read_squirrelmail_data( domain )
Summary

Allow the specified domain to read apache squirrelmail data.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
apache_run_all_scripts( domain , role )
Summary

Execute all user scripts in the user script domain. Add user script domains to the specified role.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
role The role to be allowed the script domains. No
apache_run_helper( domain , role , terminal )
Summary

Execute the Apache helper program with a domain transition, and allow the specified role the dmidecode domain.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
role The role to be allowed the dmidecode domain. No
terminal The type of the terminal allow the dmidecode domain to use. No
apache_sigchld( domain )
Summary

Send a SIGCHLD signal to apache.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
apache_signull( domain )
Summary

Send a null signal to apache.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
apache_use_fd( domain )
Summary

Inherit and use file descriptors from Apache.

Parameters
Parameter:Description:Optional:
domain Domain allowed access. No
Return

Templates:

apache_content_template( prefix )
Summary

Create a set of derived types for apache web content.

Parameters
Parameter:Description:Optional:
prefix The prefix to be used for deriving type names. No
apache_per_userdomain_template( userdomain_prefix , user_domain , user_role )
Summary

The per user domain template for the apache module.

Description

This template creates types used for web pages and web cgi to be used from the user home directory.

This template is invoked automatically for each user, and generally does not need to be invoked directly by policy writers.

Parameters
Parameter:Description:Optional:
userdomain_prefix The prefix of the user domain (e.g., user is the prefix for user_t). No
user_domain The type of the user domain. No
user_role The role associated with the user domain. No
Return