Quote Originally Posted by fatjuicymole View Post
Well, you can always give root access to your program permanently, if you don't want to request it whilst running:

chown root your_app
chmod a+xs your_app
the result is the same as before.