Accepting request 914396 from home:jsegitz:branches:systemdhardening:games

Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features\#Systemd_hardening_effort

OBS-URL: https://build.opensuse.org/request/show/914396
OBS-URL: https://build.opensuse.org/package/show/games/bzflag?expand=0&rev=34
This commit is contained in:
Michael Vetter 2021-09-07 19:12:22 +00:00 committed by Git OBS Bridge
parent 0af2b5d3fe
commit 39cda581d8
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