View Single Post
Posts: 271 | Thanked: 220 times | Joined on Sep 2009
#16
Originally Posted by DaveQB View Post
Just run visudo as root and add scripts/commands you want to be able to run as a normal user with with root privileges.

That's the idea of the sudo system.
That's not how it's done in maemo as far as I can tell. Take a look at /etc/sudoers.d. But you have the right idea, though for the OP's issue I still think just setuid'ing the file is the cleanest/most straightforward way to do it, but that's just my opinion.