Accepting request 925116 from home:jsegitz:branches:systemdhardening:graphics

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/925116
OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc?expand=0&rev=42
This commit is contained in:
Axel Braun 2021-10-16 19:40:14 +00:00 committed by Git OBS Bridge
parent 31ddbb2b8f
commit 0ff1dbd54e
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 13 13:27:12 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s) (bsc#1181400). Modified:
* orthanc.service
-------------------------------------------------------------------
Sun Sep 26 20:02:08 UTC 2021 - Axel Braun <axel.braun@gmx.de>

View File

@ -14,6 +14,12 @@ ProtectControlGroups=true
MountFlags=private
NoNewPrivileges=true
PrivateDevices=true
# added automatically, for details please see
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectHostname=true
ProtectKernelLogs=true
RestrictRealtime=true
# end of automatic additions
MemoryDenyWriteExecute=true
Type=simple