[Dev] Hide access to config file to non-authorized users

This commit is contained in:
samuel 2023-05-11 01:14:16 +02:00
parent 5ff10a2b86
commit 51367fea5c
1 changed files with 1 additions and 1 deletions

View File

@ -53,6 +53,6 @@ fi
%attr(755, %{name}, %{name}) %dir %{_var}/%{name}/captcha %attr(755, %{name}, %{name}) %dir %{_var}/%{name}/captcha
%attr(755, root, root) %dir %{_sysconfdir}/%{name} %attr(755, root, root) %dir %{_sysconfdir}/%{name}
%attr(644, root, root) %{_sysconfdir}/%{name}/server.conf.sample %attr(644, root, root) %{_sysconfdir}/%{name}/server.conf.sample
%attr(644, root, root) %config(noreplace) %{_sysconfdir}/%{name}/server.conf %attr(640, root, %{name}) %config(noreplace) %{_sysconfdir}/%{name}/server.conf
%attr(644, root, root) %{_unitdir}/%{name}-server.service %attr(644, root, root) %{_unitdir}/%{name}-server.service
%attr(755, root, root) %{_bindir}/%{name}-server %attr(755, root, root) %{_bindir}/%{name}-server