From d7c84cd54046313d48bf43a1946b054164cc67da Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 11 May 2022 18:27:49 -0700 Subject: [PATCH] bodhi / backend: allow ftpsync user to read fedora-messaging config This should allow the updates sync script to again report when it's syncing updates. Signed-off-by: Kevin Fenzi --- roles/bodhi2/backend/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index d86a70a59d..34cc2b7aa0 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -286,6 +286,12 @@ - config - bodhi +- name: Let the ftpsync user also read the fedora-messaging config + command: /usr/bin/setfacl -m user:ftpsync:rx /etc/fedora-messaging/config.toml + tags: + - config + - bodhi + - name: make a mnt/koji link file: state=link src=/mnt/fedora_koji/koji dest=/mnt/koji force=yes tags: