[Dev] Hide access to config file to non-authorized users
This commit is contained in:
parent
5ff10a2b86
commit
51367fea5c
|
@ -53,6 +53,6 @@ fi
|
|||
%attr(755, %{name}, %{name}) %dir %{_var}/%{name}/captcha
|
||||
%attr(755, root, root) %dir %{_sysconfdir}/%{name}
|
||||
%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(755, root, root) %{_bindir}/%{name}-server
|
||||
|
|
Loading…
Reference in New Issue