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
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
Bookmarks