I had one service not correctly working. To fix this, I made:
sudo chmod 0755 /etc/sudoers.d
sudo chmod 0440 /etc/sudoers.d/wheel
sudo chmod 0440 /etc/sudoers.d/psd
Now it works as expected.
I had one service not correctly working. To fix this, I made:
sudo chmod 0755 /etc/sudoers.d
sudo chmod 0440 /etc/sudoers.d/wheel
sudo chmod 0440 /etc/sudoers.d/psd
Now it works as expected.