From 8e6554bd01dffabbef32340f4c98b6e3070bc2be Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Fri, 12 Jan 2024 19:44:55 +0100 Subject: [PATCH] fix: policy file mode not allowing group to write --- salt/utils/macros/policy.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/utils/macros/policy.sls b/salt/utils/macros/policy.sls index e99b281..f785ef2 100644 --- a/salt/utils/macros/policy.sls +++ b/salt/utils/macros/policy.sls @@ -35,7 +35,7 @@ contents: #} -{% set policy_mode = '0644' -%} +{% set policy_mode = '0664' -%} {% set policy_user = 'root' -%} {% set policy_group = 'qubes' -%}