diff --git a/.files b/.files index 52ff7e0..63be750 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 509c749..8ac429b 100644 --- a/.rev +++ b/.rev @@ -676,4 +676,13 @@ 910794 + + cb4e0eeb5f4d8e8d2e32f4e1a6dc3eaf + 2.0.32 + + dimstar_suse + - allow DeviceAllow=char-input to make character input work again + (was blocked by ProtectClock=true check added) + 913759 + diff --git a/acpid.changes b/acpid.changes index e278b08..fc58744 100644 --- a/acpid.changes +++ b/acpid.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Aug 23 12:02:22 UTC 2021 - Marcus Meissner + +- allow DeviceAllow=char-input to make character input work again + (was blocked by ProtectClock=true check added) + +------------------------------------------------------------------- Tue Jul 27 14:19:54 UTC 2021 - Johannes Segitz - Added hardening to systemd service(s). Modified: diff --git a/acpid.service b/acpid.service index d624642..7715957 100644 --- a/acpid.service +++ b/acpid.service @@ -11,6 +11,8 @@ ProtectClock=true ProtectKernelLogs=true ProtectControlGroups=true +DeviceAllow=char-input + ExecStart=/usr/sbin/acpid -n -f ExecReload=/bin/kill -s HUP $MAINPID