raspberrypi / picotool

BSD 3-Clause "New" or "Revised" License
579 stars 103 forks source link

Use tags to determine file permissions instead of groups #87

Closed Ktrod closed 1 month ago

Ktrod commented 1 year ago

99-picotool.rules uses the plugdev group which Arch doesn't ship with by default.

This change removes the plugdev group in favor of adding the uaccess tag and changes the priority from 99 to 71.

Since this is built into systemd by default it's distro-agnostic

will-v-pi commented 1 month ago

We opted to use #99 in lieu of this, which adds uaccess without removing plugdev, and leaves the priority at 99