summaryrefslogtreecommitdiffhomepage
path: root/pkg/rpm
diff options
context:
space:
mode:
authorAndrei Belov <defan@nginx.com>2021-03-26 18:29:26 +0300
committerAndrei Belov <defan@nginx.com>2021-03-26 18:29:26 +0300
commit97b4de0d4accfc7ccda561da9856db5f0f560b6b (patch)
tree2801389ea56ea3f8a9de3ce102eb5ee84468a65a /pkg/rpm
parentf11ad5288d59a4a3984b8ea2c5b940265897e8fd (diff)
downloadunit-97b4de0d4accfc7ccda561da9856db5f0f560b6b.tar.gz
unit-97b4de0d4accfc7ccda561da9856db5f0f560b6b.tar.bz2
Packages: corrected permissions for /var/log/unit in rpm.
Found by rpmlint.
Diffstat (limited to 'pkg/rpm')
-rw-r--r--pkg/rpm/unit.spec.in2
1 files changed, 1 insertions, 1 deletions
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*