From 1a40cbf63e99732d70004e17aaee5602573a64df Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Mon, 13 Sep 2010 08:43:35 -0400 Subject: [PATCH] Fix boolean descriptions --- policy/modules/services/apache.te | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/services/apache.te b/policy/modules/services/apache.te index 7a8df8a1..eb6718d7 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)