drwxr-xr-x cricket cricket system_u:object_r:httpd_sys_script_exec_t bin/
lrwxrwxrwx root root user_u:object_r:httpd_sys_script_exec_t cricket -> cricket-1.0.5/
drwxr-xr-x cricket cricket system_u:object_r:httpd_sys_script_exec_t cricket-1.0.5/
drwxr-xr-x cricket cricket system_u:object_r:httpd_sys_script_exec_t cricket-config/
drwxr-xr-x cricket cricket system_u:object_r:httpd_sys_script_exec_t cricket-config-attic/
drwxr-xr-x cricket cricket system_u:object_r:httpd_sys_script_exec_t cricket-data/
drwxr-xr-x cricket cricket system_u:object_r:httpd_sys_script_exec_t cricket-logs/
drwxr-xr-x cricket cricket system_u:object_r:httpd_sys_script_exec_t public_html/
Here is my relavent Apache config:
AddHandler cgi-script .cgi
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin root localhost
DocumentRoot /var/cricket/public_html
ServerName server.host.name
ErrorLog /var/log/httpd/cricket/error_log
CustomLog /var/log/httpd/cricket/access_log common
</VirtualHost>
<Directory "/var/cricket/public_html">
AllowOverride Options FileInfo AuthConfig Limit
Order allow,deny
Allow from all
</Directory>
Has anyone had success running cricket with SELinux?
Thanks.
--
fedora-selinux-list mailing list
fedora-selinux-list redhat com
https://www.redhat.com/mailman/listinfo/fedora-selinux-list