From 1a40cbf63e99732d70004e17aaee5602573a64df Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Sep 13 2010 12:43:35 +0000 Subject: Fix boolean descriptions --- diff --git a/policy/modules/services/apache.te b/policy/modules/services/apache.te index 7a8df8a..eb6718d 100644 --- a/policy/modules/services/apache.te +++ b/policy/modules/services/apache.te @@ -59,7 +59,7 @@ gen_tunable(httpd_builtin_scripting, false) ## ##

-## Allow HTTPD scripts and modules to connect to the network using TCP. +## Allow HTTPD scripts and modules to connect to the network using any TCP port. ##

##
gen_tunable(httpd_can_network_connect, false) @@ -115,7 +115,7 @@ gen_tunable(httpd_dbus_avahi, false) ## ##

-## Allow httpd cgi support +## Allow httpd to execute cgi scripts ##

##
gen_tunable(httpd_enable_cgi, false)