Security Context File Labels
by RameshKumar[ Edit ] 2007-07-06 16:14:24
Context Code Description
httpd_sys_content_t => The type used by regular static web pages with .html and .htm extensions.
httpd_sys_script_ro_t => Required for CGI scripts to read files and directories.
httpd_sys_script_ra_t => Same as the httpd_sys_script_ro_t type but also allows appending data to files by the CGI script.
httpd_sys_script_rw_t => Files with this type may be changed by a CGI script in any way, including deletion.
httpd_sys_script_exec_t => The type required for the execution of CGI scripts