fix permissions on udev rules
when setting a group on a device typically you only set write for root and the group not for world. should be 660 not 666, 666 is the devil.
This commit is contained in:
@ -1 +1 @@
|
|||||||
ATTR{idVendor}=="1d50", ATTR{idProduct}=="604b", SYMLINK+="hackrf-%k", MODE="666", GROUP="plugdev"
|
ATTR{idVendor}=="1d50", ATTR{idProduct}=="604b", SYMLINK+="hackrf-%k", MODE="660", GROUP="plugdev"
|
||||||
|
Reference in New Issue
Block a user