sudo -H -u insecure chromium-browser
won't work anymore since it'll require a password, I won't type one in, and it'll fail.
Now I need to add some entries to /etc/sudoers (sudo visudo)
tiger ALL=(secure,insecure) NOPASSWD: /usr/bin/chromium-browser
and all works again.
No comments:
Post a Comment