apache: quote gen_tunable name argument
Match the style of tunable_policy and gen_tunable statements in userdomain Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
This commit is contained in:
parent
dcb01ec4cc
commit
b4180614b6
|
@ -32,7 +32,7 @@ template(`apache_content_template',`
|
|||
## be labeled public_content_rw_t.
|
||||
## </p>
|
||||
## </desc>
|
||||
gen_tunable(allow_httpd_$1_script_anon_write, false)
|
||||
gen_tunable(`allow_httpd_$1_script_anon_write', false)
|
||||
|
||||
type httpd_$1_content_t, httpdcontent, httpd_ro_content; # customizable
|
||||
files_type(httpd_$1_content_t)
|
||||
|
|
Loading…
Reference in New Issue