In the context of my earlier deleted question below:
Everytime I run WICD (Network Manager) it requires my password for permission. I'm not against Ubuntu asking for passwords in general but everytime I log in is a little excessive. Is there a way to whitelist a program? I'm running what is based off of Ubuntu 14.04 32-bit
My main goal is making it so I do not have to enter my password on startup in order to use WIFI. I was advised to use sudoers file (How do I run specific sudo commands without a password?), but I don't know exactly how to use it or where WICD is located for it. My first attempt did not work.
Is it the right approach or am I missing something?
Thanks for the help.
visudo
). Please [edit] your question to include all this so we can help you better.wicd-gtk
recommendsgksu
, and it looks for a graphicalsudo
program according to the Arch Wiki, so I think am right in my guess that setting NOPASSWD insudoers
should be enough. – muru Oct 21 '14 at 14:49