I have a script that manages USB devices. It needs to mount/umount the device. To do this, the script needs to be run suid, generally a bad thing. If I'm prepared to accept the security problem, is there a better (cleaner) way to achieve this?
Thanks.