Accepting request 923720 from home:jsegitz:branches:systemdhardening:games:tools
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/923720 OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=137
This commit is contained in:
parent
4d7cf97a53
commit
be00fec85c
@ -14,6 +14,19 @@ Requires=var-run.mount network.target remote-fs.target time-sync.target
|
||||
After=var-run.mount network.target remote-fs.target time-sync.target mysql.target
|
||||
|
||||
[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
|
||||
User=mumble-server
|
||||
Group=mumble-server
|
||||
ExecStart=/usr/sbin/murmurd -fg -ini /etc/mumble-server.ini
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 7 10:25:52 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||
|
||||
- Added hardening to systemd service(s) (bsc#1181400). Modified:
|
||||
* mumble-server.service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 08:53:58 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user