SHA256
1
0
forked from pool/bzflag
Dominique Leuenberger 2021-09-08 19:36:41 +00:00 committed by Git OBS Bridge
commit c39334da30
2 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 26 11:36:28 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s). Modified:
* bzflagserver.service
-------------------------------------------------------------------
Sun Feb 28 16:06:59 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@ -9,6 +9,19 @@ Wants=remote-fs.target
Wants=syslog.socket
[Service]
# added automatically, for details please see
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
ProtectHome=true
PrivateDevices=true
ProtectHostname=true
ProtectClock=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectKernelLogs=true
ProtectControlGroups=true
RestrictRealtime=true
# end of automatic additions
Type=forking
Restart=no
TimeoutSec=5min