fix: policy file mode not allowing group to write

This commit is contained in:
Ben Grande 2024-01-12 19:44:55 +01:00
parent 6d23871608
commit 8e6554bd01
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -35,7 +35,7 @@ contents:
#}
{% set policy_mode = '0644' -%}
{% set policy_mode = '0664' -%}
{% set policy_user = 'root' -%}
{% set policy_group = 'qubes' -%}