Boolean declarations go above.
This commit is contained in:
parent
c5eae5f83c
commit
7fa5a68a82
@ -36,6 +36,13 @@ gen_tunable(allow_httpd_anon_write, false)
|
|||||||
## </desc>
|
## </desc>
|
||||||
gen_tunable(allow_httpd_mod_auth_pam, false)
|
gen_tunable(allow_httpd_mod_auth_pam, false)
|
||||||
|
|
||||||
|
## <desc>
|
||||||
|
## <p>
|
||||||
|
## Allow Apache to use mod_auth_pam
|
||||||
|
## </p>
|
||||||
|
## </desc>
|
||||||
|
gen_tunable(allow_httpd_mod_auth_ntlm_winbind, false)
|
||||||
|
|
||||||
## <desc>
|
## <desc>
|
||||||
## <p>
|
## <p>
|
||||||
## Allow httpd scripts and modules execmem/execstack
|
## Allow httpd scripts and modules execmem/execstack
|
||||||
@ -506,13 +513,6 @@ tunable_policy(`allow_httpd_mod_auth_pam',`
|
|||||||
logging_send_audit_msgs(httpd_t)
|
logging_send_audit_msgs(httpd_t)
|
||||||
')
|
')
|
||||||
|
|
||||||
## <desc>
|
|
||||||
## <p>
|
|
||||||
## Allow Apache to use mod_auth_pam
|
|
||||||
## </p>
|
|
||||||
## </desc>
|
|
||||||
gen_tunable(allow_httpd_mod_auth_ntlm_winbind, false)
|
|
||||||
|
|
||||||
optional_policy(`
|
optional_policy(`
|
||||||
tunable_policy(`allow_httpd_mod_auth_ntlm_winbind',`
|
tunable_policy(`allow_httpd_mod_auth_ntlm_winbind',`
|
||||||
samba_domtrans_winbind_helper(httpd_t)
|
samba_domtrans_winbind_helper(httpd_t)
|
||||||
|
Loading…
Reference in New Issue
Block a user