Accepting request 1132886 from home:hillwood:branches:server:proxy

- Set permissions as 640 for /etc/shadowsocks (boo#1216372)

OBS-URL: https://build.opensuse.org/request/show/1132886
OBS-URL: https://build.opensuse.org/package/show/server:proxy/shadowsocks-libev?expand=0&rev=57
This commit is contained in:
Hillwood Yang 2023-12-13 13:59:18 +00:00 committed by Git OBS Bridge
parent 105e127b7b
commit 2bfc6cee40
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 13 13:52:10 UTC 2023 - Hillwood Yang <hillwood@opensuse.org>
- Set permissions as 640 for /etc/shadowsocks (boo#1216372)
-------------------------------------------------------------------
Tue Oct 24 06:50:28 UTC 2023 - Hillwood Yang <hillwood@opensuse.org>

View File

@ -172,6 +172,7 @@ getent passwd shadowsocks >/dev/null || %{_sbindir}/useradd --system -c "shadows
%service_add_post %{name}-redir@.service
%service_add_post %{name}-tunnel@.service
chown root:shadowsocks %{_sysconfdir}/shadowsocks -R
chmod 640 %{_sysconfdir}/shadowsocks -R
%preun
%service_del_preun %{name}-server.service