forked from pool/zabbix
Accepting request 945795 from home:jsegitz:branches:systemdhardening:server:monitoring:zabbix
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/945795 OBS-URL: https://build.opensuse.org/package/show/server:monitoring:zabbix/zabbix?expand=0&rev=30
This commit is contained in:
parent
f447bc1471
commit
db15287c8c
@ -7,6 +7,19 @@ Type=simple
|
||||
ExecStart=/usr/bin/zabbix-java-gateway run
|
||||
User=zabbixs
|
||||
PrivateTmp=yes
|
||||
# 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
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 10:35:51 UTC 2022 - Johannes Segitz <jsegitz@suse.com>
|
||||
|
||||
- Added hardening to systemd service(s) (bsc#1181400). Modified:
|
||||
* zabbix-java-gateway.service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 5 16:13:41 UTC 2021 - Boris Manojlovic <boris@steki.net>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user