After the update finished successfully today I get this error: directory permissions differ on /etc/sudoers.d/
filesystem: 755 package: 750
How I can fix this? Thank you
My linux version is 4.14.69-1-lts #1 SMP.
Thank you!
After the update finished successfully today I get this error: directory permissions differ on /etc/sudoers.d/
filesystem: 755 package: 750
How I can fix this? Thank you
My linux version is 4.14.69-1-lts #1 SMP.
Thank you!
It is just a warning. Update again and it won’t be there.
Thank you!
You should change the permissions to match what pacman expects, this isn’t required but certainly won’t hurt.
sudo chmod 750 /etc/sudoers.d
pacman will only warn you about things when it modifies/updates them, in this case you will only be notified that the permissions differ when the package sudo
is updated in some way.
Cheers