Am Thu, Jan 18, 2024 at 08:01:45PM +0100 schrieb Jan Alexander Steffens (heftig):
The permissions were recently changed to conform to upstream expectations. You can correct them on your system using:
install -d -o root -g root -m 0755 /usr/share/polkit-1/rules.d
Not OP but thanks for your answer. So the default directory group and mode of /usr/share/polkit-1/rules.d have changed with https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/commit/6... but why doesn't pacman change the permissions at package upgrade? I read somewhere (a long time ago) why pacman does not do this but I cannot find it anymore... First I thought that maybe a (broken?) package did somehow change the owner/group/permission of /usr/share/polkit-1/rules.d but the permissions are exactly like defined in the PKGBUILD of systemd before the above commit (-o root -g 102 -m 0750)