18 Jan
2022
18 Jan
'22
7:50 p.m.
Lately, possibly starting at mid December, files in /var/cache/pacman/pkg/ are kept with mode u=rw,g=,o= . Am I the only one having it? Not observed here:
$ find /var/cache/pacman/pkg/ -iname '*.tar.zst' -exec stat -c '%a' {} + | sort -u 644 ----- Check what `umask` prints before invoking pacman. If not 0022, here’s the culprit. Otherwise please post the EXACT, COMPLETE command line you are invoking.