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)
-## 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. ##
-## Allow httpd cgi support +## Allow httpd to execute cgi scripts ##