From 8c5d64c11f72fda2fc22b2002dff08249e6e5ce3 Mon Sep 17 00:00:00 2001 From: Expertcoderz Date: Mon, 11 Dec 2023 01:22:03 +0000 Subject: [PATCH] Fix DeviceAllow= --- keyd.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keyd.service b/keyd.service index 5aba97d..84b6517 100644 --- a/keyd.service +++ b/keyd.service @@ -13,8 +13,8 @@ ProtectSystem=strict ProtectHome=true ReadOnlyPaths=/etc/keyd PrivateTmp=true -DeviceAllow=input -DeviceAllow=uinput +DeviceAllow=char-input +DeviceAllow=/dev/uinput ProtectHostname=true ProtectClock=true