From 680203a22ae30916b964ebaf2b3053716c5f6869 Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Wed, 12 Apr 2023 08:57:35 -0400 Subject: apache: fix typo --- roles/apache/vars/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles') diff --git a/roles/apache/vars/main.yml b/roles/apache/vars/main.yml index 3378cb6..84f31c2 100644 --- a/roles/apache/vars/main.yml +++ b/roles/apache/vars/main.yml @@ -40,8 +40,8 @@ apache_selinux_policy_te: | require { type unconfined_service_t; type httpd_t; - class key read; + class key { read view write }; } #============= httpd_t ============== - allow httpd_t unconfined_service_t:key read; + allow httpd_t unconfined_service_t:key { read view write }; -- cgit