raspberrypi / usbboot

Raspberry Pi USB booting code, moved from tools repository
Apache License 2.0
905 stars 229 forks source link

Update udev rules to use uaccess tag #77

Closed nils-werner closed 2 years ago

nils-werner commented 3 years ago

The recommended way of granting users access to USB devices is not using GROUP="plugdev", but TAG+="uaccess": https://wiki.debian.org/USB/GadgetSetup

More background info about the uaccess tag amd what it does: https://enotty.pipebreaker.pl/2012/05/23/linux-automatic-user-acl-management/

nils-werner commented 3 years ago

Any feedback?

ddibiasi commented 3 years ago

Push

timg236 commented 3 years ago

Seems reasonable, I'll test this next time and merge next time I touch usbboot