logind: allow read/write to char-hvc devices

virtio console uses /dev/hvc* so we need access to write wall
messages
This commit is contained in:
Luca Boccassi
2024-10-22 17:04:41 +01:00
committed by Mike Yuan
parent 119252343e
commit 5ff6841c23

View File

@@ -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