From 97b4de0d4accfc7ccda561da9856db5f0f560b6b Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Fri, 26 Mar 2021 18:29:26 +0300 Subject: [PATCH] Packages: corrected permissions for /var/log/unit in rpm. Found by rpmlint. --- pkg/rpm/unit.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/rpm/unit.spec.in b/pkg/rpm/unit.spec.in index 3a148b9d..9d16265d 100644 --- a/pkg/rpm/unit.spec.in +++ b/pkg/rpm/unit.spec.in @@ -203,7 +203,7 @@ BANNER %dir %{_libdir}/unit/modules %dir %{_libdir}/unit/debug-modules %dir %{_sharedstatedir}/unit -%dir %attr(0700,root,root) %{_localstatedir}/log/unit +%dir %attr(0755,root,root) %{_localstatedir}/log/unit %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %{_mandir}/man8/unitd.8*