diff --git a/mpd.changes b/mpd.changes index ddbc333..a462f42 100644 --- a/mpd.changes +++ b/mpd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Apr 27 21:55:37 UTC 2024 - Илья Индиго <13ilya@gmail.com> + +- Fixed privileges of /run/mpd directory (rpm -qlv mpd | grep /run). + ------------------------------------------------------------------- Sun Feb 4 17:45:03 UTC 2024 - Илья Индиго diff --git a/mpd.spec b/mpd.spec index 5ab3fc2..8bae88f 100644 --- a/mpd.spec +++ b/mpd.spec @@ -263,7 +263,7 @@ getent passwd %{name} >/dev/null || useradd -rc 'Music Player Daemon' -s /bin/fa %dir %{_prefix}/lib/firewalld/services %{_prefix}/lib/firewalld/services/%{name}.xml %{_tmpfilesdir}/%{name}.conf -%ghost %dir /run/%{name} +%ghost %dir %attr(0755,-,-) /run/%{name} %files doc %doc html/*.{html,js} html/_static