Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Dec 2004 18:32:39 GMT
From:      Andrew Reisse <areisse@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 68011 for review
Message-ID:  <200412311832.iBVIWd65026655@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=68011

Change 68011 by areisse@areisse_tislabs on 2004/12/31 18:32:14

	sebsd policy: apache.fc had wrong types and paths.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/contrib/sebsd/policy/file_contexts/program/apache.fc#5 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/contrib/sebsd/policy/file_contexts/program/apache.fc#5 (text+ko) ====

@@ -3,14 +3,14 @@
 /usr/local/www/cgi-bin(/.*)?	system_u:object_r:httpd_sys_script_t
 /usr/local/www/icons(/.*)?	system_u:object_r:httpd_sys_content_t
 #/var/cache/httpd(/.*)?		system_u:object_r:httpd_cache_t
-/usr/local/etc/apache		system_u:object_r:httpd_config_t
+/usr/local/etc/apache(/.*)?	system_u:object_r:httpd_config_t
 /usr/local/libexec/apache(/.*)?	system_u:object_r:httpd_modules_t
 /usr/local/sbin/httpd		system_u:object_r:httpd_exec_t
 #/usr/sbin/suexec		system_u:object_r:httpd_suexec_exec_t
 #/usr/lib/cgi-bin/(nph-)?cgiwrap(d)? system_u:object_r:httpd_suexec_exec_t
 #/usr/lib/apache(2)?/suexec(2)?	system_u:object_r:httpd_suexec_exec_t
-/var/log/httpd-.*		system_u:object_r:httpd_log_files_t
-#/var/log/apache(2)?(/.*)?	system_u:object_r:httpd_log_files_t
-#/var/log/cgiwrap\.log.*	system_u:object_r:httpd_log_files_t
+/var/log/httpd-.*		system_u:object_r:httpd_log_t
+#/var/log/apache(2)?(/.*)?	system_u:object_r:httpd_log_t
+#/var/log/cgiwrap\.log.*	system_u:object_r:httpd_log_t
 #/var/cache/ssl.*\.sem		system_u:object_r:httpd_cache_t
 /var/run/apache(2)?.pid.*	system_u:object_r:httpd_var_run_t



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412311832.iBVIWd65026655>