Thomas Renninger
4f0f531b7b
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/908801 OBS-URL: https://build.opensuse.org/package/show/Base:System/acpid?expand=0&rev=100
19 lines
404 B
Desktop File
19 lines
404 B
Desktop File
[Unit]
|
|
Description=ACPI Event Daemon
|
|
|
|
[Service]
|
|
# added automatically, for details please see
|
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
ProtectSystem=full
|
|
ProtectHome=true
|
|
ProtectHostname=true
|
|
ProtectClock=true
|
|
ProtectKernelLogs=true
|
|
ProtectControlGroups=true
|
|
|
|
ExecStart=/usr/sbin/acpid -n -f
|
|
ExecReload=/bin/kill -s HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|