From 6cf221b459898075d75bb7459ebb0464568208a9 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Jan 20 2015 05:39:37 +0000 Subject: Fix permissions of /var/log/journal --- diff --git a/systemd.spec b/systemd.spec index 9ae8839..cef8fb9 100644 --- a/systemd.spec +++ b/systemd.spec @@ -622,7 +622,7 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd %dir %{_datadir}/pkgconfig %dir %{_datadir}/zsh %dir %{_datadir}/zsh/site-functions -%dir %{_localstatedir}/log/journal +%dir %attr(2755,root,systemd-journal) %{_localstatedir}/log/journal %dir %{_localstatedir}/lib/systemd %dir %{_localstatedir}/lib/systemd/catalog %ghost %dir %{_localstatedir}/lib/systemd/coredump @@ -848,6 +848,7 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd %changelog * Thu Jan 15 2015 Zbigniew Jędrzejewski-Szmek - 218-4 - Enable xkbcommon dependency to allow checking of keymaps +- Fix permissions of /var/log/journal (#1048424) * Wed Jan 7 2015 Jan Synáček - 218-3 - RFE: journal: automatically rotate the file if it is unlinked (#1171719)