From 7fa5a68a82b49ee72850f64d3aa4c319a96cbe1a Mon Sep 17 00:00:00 2001 From: Dominick Grift Date: Fri, 17 Sep 2010 08:56:33 +0200 Subject: [PATCH] Boolean declarations go above. --- policy/modules/services/apache.te | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/policy/modules/services/apache.te b/policy/modules/services/apache.te index a9132c1c..74d94fbe 100644 --- a/policy/modules/services/apache.te +++ b/policy/modules/services/apache.te @@ -36,6 +36,13 @@ gen_tunable(allow_httpd_anon_write, false) ## gen_tunable(allow_httpd_mod_auth_pam, false) +## +##

+## Allow Apache to use mod_auth_pam +##

+##
+gen_tunable(allow_httpd_mod_auth_ntlm_winbind, false) + ## ##

## Allow httpd scripts and modules execmem/execstack @@ -506,13 +513,6 @@ tunable_policy(`allow_httpd_mod_auth_pam',` logging_send_audit_msgs(httpd_t) ') -## -##

-## Allow Apache to use mod_auth_pam -##

-##
-gen_tunable(allow_httpd_mod_auth_ntlm_winbind, false) - optional_policy(` tunable_policy(`allow_httpd_mod_auth_ntlm_winbind',` samba_domtrans_winbind_helper(httpd_t)