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:
ZeroChaos
2013-06-27 00:30:47 -04:00
parent ed805dc370
commit 250d6d43ff

View File

@ -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"