mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
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:
@@ -28,6 +28,7 @@ DeviceAllow=block-* r
|
|||||||
DeviceAllow=char-/dev/console rw
|
DeviceAllow=char-/dev/console rw
|
||||||
DeviceAllow=char-drm rw
|
DeviceAllow=char-drm rw
|
||||||
DeviceAllow=char-hidraw rw
|
DeviceAllow=char-hidraw rw
|
||||||
|
DeviceAllow=char-hvc rw
|
||||||
DeviceAllow=char-input rw
|
DeviceAllow=char-input rw
|
||||||
DeviceAllow=char-tty rw
|
DeviceAllow=char-tty rw
|
||||||
DeviceAllow=char-vcs rw
|
DeviceAllow=char-vcs rw
|
||||||
|
|||||||
Reference in New Issue
Block a user