Accepting request 934123 from devel:tools:scm:svn

OBS-URL: https://build.opensuse.org/request/show/934123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=185
This commit is contained in:
2021-11-29 16:28:21 +00:00
committed by Git OBS Bridge
2 changed files with 18 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 24 09:59:19 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s) (bsc#1181400). Modified:
* svnserve.service
-------------------------------------------------------------------
Fri Nov 12 11:23:14 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>

View File

@@ -3,6 +3,18 @@ Description=Subversion protocol daemon
After=network.target
[Service]
# added automatically, for details please see
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
PrivateDevices=true
ProtectHostname=true
ProtectClock=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectKernelLogs=true
ProtectControlGroups=true
RestrictRealtime=true
# end of automatic additions
Type=forking
EnvironmentFile=/etc/sysconfig/svnserve
User=svn