blob: 700410a0732f222a684aaf1f0a67cc2c688e0219 [file] [log] [blame]
# Make the /dev/uinput device only accessible by the uinput group and notify
# services it has been made accessible.
ACTION=="add", SUBSYSTEM=="misc", KERNEL=="uinput", OWNER="root", GROUP="uinput", MODE="0660", RUN+="/sbin/initctl emit --no-wait uinput-added"