From 2bf6d1ae8cbb5fd1411b900d547f0c000b634af7 Mon Sep 17 00:00:00 2001 From: Christopher Engelhard Date: Feb 08 2021 20:02:24 +0000 Subject: [jigasi] fix leftover macros in tmpfiles --- diff --git a/jigasi/jigasi.tmpfiles b/jigasi/jigasi.tmpfiles index 4128c24..7752816 100644 --- a/jigasi/jigasi.tmpfiles +++ b/jigasi/jigasi.tmpfiles @@ -1,5 +1,5 @@ # create rundir -d %{_rundir}/%{name} 0755 %{user} %{user} - +d /run/jigasi 0755 jigasi jigasi - # ensure correct permissions for all files in config dir -Z %{_sysconfdir}/%{project}/%{name} 0640 %{user} %{user} -z %{_sysconfdir}/%{project}/%{name} 0750 %{user} %{user} +Z /etc/jigasi 0640 jigasi jigasi +z /etc/jigasi 0750 jigasi jigasi