From 6893d6269fdc27e1ab7ec379463c2d0ea50662e0 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Thu, 19 Nov 2020 19:56:44 +0100 Subject: [PATCH] Fix the owner of /etc7emgauwa/ --- core-testing/emgauwa-core-testing.tmpfiles | 6 +++--- webapp/PKGBUILD | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core-testing/emgauwa-core-testing.tmpfiles b/core-testing/emgauwa-core-testing.tmpfiles index 1d6a4e9..ef1f2fd 100644 --- a/core-testing/emgauwa-core-testing.tmpfiles +++ b/core-testing/emgauwa-core-testing.tmpfiles @@ -3,6 +3,6 @@ d /var/lib/emgauwa/core 0750 Z /var/lib/emgauwa - emgauwa emgauwa d /var/log/emgauwa 0750 Z /var/log/emgauwa - emgauwa emgauwa -z /etc/emgauwa 0750 root emgauwa -z /etc/emgauwa/core.conf 0660 root emgauwa -d /etc/emgauwa/core.conf.d 0750 root emgauwa +z /etc/emgauwa 0750 root root +z /etc/emgauwa/core.conf 0660 root root +d /etc/emgauwa/core.conf.d 0750 root root diff --git a/webapp/PKGBUILD b/webapp/PKGBUILD index 9c3942c..ef64c8d 100644 --- a/webapp/PKGBUILD +++ b/webapp/PKGBUILD @@ -19,5 +19,5 @@ package() { install -dm750 "${pkgdir}/etc/emgauwa/" install -dm750 "${pkgdir}/etc/emgauwa/core.conf.d" - install -Dm750 -o emgauwa -g emgauwa "webapp.conf" "${pkgdir}/etc/emgauwa/core.conf.d/webapp.conf" + install -Dm750 "webapp.conf" "${pkgdir}/etc/emgauwa/core.conf.d/webapp.conf" }