forked from pool/pommed
Accepting request 926697 from home:jsegitz:branches:systemdhardening:Base:System
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/926697 OBS-URL: https://build.opensuse.org/package/show/Base:System/pommed?expand=0&rev=19
This commit is contained in:
parent
e6122ea08a
commit
aace47c49c
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 19 10:47:55 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||
|
||||
- Added hardening to systemd service(s) (bsc#1181400). Modified:
|
||||
* pommed.service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 01:15:46 CEST 2020 - ro@suse.de
|
||||
|
||||
|
@ -3,6 +3,17 @@ Description="keyboard lights and more for apple laptops"
|
||||
After=dbus.service
|
||||
|
||||
[Service]
|
||||
# added automatically, for details please see
|
||||
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
||||
ProtectSystem=full
|
||||
ProtectHome=true
|
||||
ProtectHostname=true
|
||||
ProtectKernelTunables=true
|
||||
ProtectKernelModules=true
|
||||
ProtectKernelLogs=true
|
||||
ProtectControlGroups=true
|
||||
RestrictRealtime=true
|
||||
# end of automatic additions
|
||||
Type=dbus
|
||||
BusName=org.pommed
|
||||
ExecStart=/usr/sbin/pommed -f
|
||||
|
Loading…
Reference in New Issue
Block a user