I want to be able to run the pm-suspend and pacman without sudo to ask me for a password for all users in the group sudo.
I added the following line to my /etc/sudoers configuration following this QA:
%sudo ALL= NOPASSWD: /usr/bin/pm-suspend /usr/bin/gnome-session-quit
But it doesn't work.
What am I doing wrong?