copr-be: simplify permission setup

This commit is contained in:
Pavel Raiskup
2025-10-16 14:31:26 +02:00
parent f483ac375e
commit 7a4e58e55d
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@
# - u=rw: Base 600 permissions for owner.
# - X: Adds executable bit only if path is a directory (700) or was already executable (700).
# - g=,o=: Explicitly removes permissions from group and others (resulting in D700/F600).
mode: 'u=rwX,g=,o='
mode: 'g=,o='
state: directory
recurse: yes
tags:

View File

@@ -43,7 +43,7 @@
# - u=rw: Base 600 permissions for owner.
# - X: Adds executable bit only if path is a directory (700) or was already executable (700).
# - g=,o=: Explicitly removes permissions from group and others (resulting in D700/F600).
mode: 'u=rwX,g=,o='
mode: 'g=,o='
state: directory
recurse: yes
tags: