I want to run privileged commands with having to enter my password.
I edited sudoers using the recommendation here.
Execute sudo without Password?
But I still have to enter my password?
# User privilege specification
root ALL=(ALL:ALL) ALL
andy ALL=(ALL) ALL
andy ALL=(ALL) NOPASSWD: ALL
andy ALL=(ALL:ALL) NOPASSWD: ALL
? I'm using this syntax, and it's working without any issues. – Artur Meinild Sep 29 '22 at 23:10sudo
, but instead uses polkit. You're basically asking why you don't succeed in drilling a hole with a hammer ... – Artur Meinild Sep 29 '22 at 23:31