From 5ff6841c2378ed83e645681cbd4ee145f68d72b7 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 22 Oct 2024 17:04:41 +0100 Subject: [PATCH] logind: allow read/write to char-hvc devices virtio console uses /dev/hvc* so we need access to write wall messages --- units/systemd-logind.service.in | 1 + 1 file changed, 1 insertion(+) diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in index 9a918bf0b6..1b241d49d5 100644 --- a/units/systemd-logind.service.in +++ b/units/systemd-logind.service.in @@ -28,6 +28,7 @@ DeviceAllow=block-* r DeviceAllow=char-/dev/console rw DeviceAllow=char-drm rw DeviceAllow=char-hidraw rw +DeviceAllow=char-hvc rw DeviceAllow=char-input rw DeviceAllow=char-tty rw DeviceAllow=char-vcs rw -- 2.25.1