SHA256
1
0
forked from pool/acpid

Accepting request 910794 from Base:System

OBS-URL: https://build.opensuse.org/request/show/910794
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/acpid?expand=0&rev=84
This commit is contained in:
Richard Brown 2021-08-10 08:27:28 +00:00 committed by Git OBS Bridge
commit 3828a11cf0
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 27 14:19:54 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s). Modified:
* acpid.service
-------------------------------------------------------------------
Mon Jan 4 13:11:47 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -2,6 +2,14 @@
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