udev: Fix the mode and group

The g13 should only be accessible by users in the input group to tighten up
security a bit.
This commit is contained in:
June Tate-Gans 2021-04-25 01:21:58 -05:00
parent 04cb5d9c12
commit fa73ed6212

View File

@ -1 +1 @@
SUBSYSTEM=="usb", ATTR{idVendor}=="046d", ATTR{idProduct}=="c21c", MODE="0666"
SUBSYSTEM=="usb", ATTR{idVendor}=="046d", ATTR{idProduct}=="c21c", GROUP="input", MODE="0660"