From: Luca Boccassi Date: Tue, 22 Oct 2024 16:04:41 +0000 (+0100) Subject: logind: allow read/write to char-hvc devices X-Git-Tag: v257-rc1~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ff6841c2378ed83e645681cbd4ee145f68d72b7;p=thirdparty%2Fsystemd.git logind: allow read/write to char-hvc devices virtio console uses /dev/hvc* so we need access to write wall messages --- diff --git a/units/systemd-logind.service.in b/units/systemd-logind.service.in index 9a918bf0b63..1b241d49d56 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