From b4180614b6a9a35cda80408ba7330260f147def1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Thu, 28 May 2020 14:28:04 +0200 Subject: [PATCH] apache: quote gen_tunable name argument MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Match the style of tunable_policy and gen_tunable statements in userdomain Signed-off-by: Christian Göttsche --- policy/modules/services/apache.if | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/services/apache.if b/policy/modules/services/apache.if index 1d39b01ab..75bdbb2c8 100644 --- a/policy/modules/services/apache.if +++ b/policy/modules/services/apache.if @@ -32,7 +32,7 @@ template(`apache_content_template',` ## be labeled public_content_rw_t. ##

## - 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)