BetterFrame/deploy/udev/90-betterframe-no-hid.rules
2026-05-20 05:18:18 +02:00

7 lines
460 B
Text

# BetterFrame field kiosks are appliances, not interactive desktops.
# Block userspace access to keyboard/mouse event devices by default. Future
# controlled input should arrive as authenticated high-level kiosk commands,
# not raw HID events.
KERNEL=="event*", ENV{ID_INPUT_KEYBOARD}=="1", MODE="0000", GROUP="root"
KERNEL=="event*", ENV{ID_INPUT_MOUSE}=="1", MODE="0000", GROUP="root"
KERNEL=="event*", ENV{ID_INPUT_TOUCHPAD}=="1", MODE="0000", GROUP="root"