Skip to content

Commit

Permalink
apache: quote gen_tunable name argument
Browse files Browse the repository at this point in the history
Match the style of tunable_policy and gen_tunable statements in userdomain

Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
  • Loading branch information
cgzones committed Jun 2, 2020
1 parent dcb01ec commit b418061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policy/modules/services/apache.if
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b418061

Please sign in to comment.