mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 08:23:50 -04:00
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:
parent
04cb5d9c12
commit
fa73ed6212
@ -1 +1 @@
|
|||||||
SUBSYSTEM=="usb", ATTR{idVendor}=="046d", ATTR{idProduct}=="c21c", MODE="0666"
|
SUBSYSTEM=="usb", ATTR{idVendor}=="046d", ATTR{idProduct}=="c21c", GROUP="input", MODE="0660"
|
||||||
|
Loading…
Reference in New Issue
Block a user