On Fri, 2021-01-29 at 09:34 -0700, [email protected] wrote: > I uncommented in: sudoers (it works) > %wheel ALL=(ALL) ALL > %wheel ALL=(ALL) NOPASSWD: ALL
This feels like fixing a loose screw with a sledgehammer. This change allows any wheel group users to execute any command (via sudo) without authenticating. That is to say, the change is far more broad than the originally stated issue you're trying to fix. Do you implicitly trust all wheel group users that much? sysfs/udisks, as stated previously, is probably the correct tool for the job.

