From cb2e866a7fc197d8335eaa01671cb03a6072dd6b Mon Sep 17 00:00:00 2001 From: Leopold Johannes Meinel Date: Mon, 8 May 2023 02:07:47 +0200 Subject: [PATCH] Change pkglist perms to 644 - I wanted to have them at 600 because I thought that it might be a problem if everyone can read which packages were installed since the start. - 644 is kind of logical though because one could at least see the currently installed packages and their versions anyways and I don't think that it's actually a big issue anyways. --- etc/pacman.d/hooks/scripts/51-pkglists.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/pacman.d/hooks/scripts/51-pkglists.sh b/etc/pacman.d/hooks/scripts/51-pkglists.sh index e520226d..148cfcc9 100644 --- a/etc/pacman.d/hooks/scripts/51-pkglists.sh +++ b/etc/pacman.d/hooks/scripts/51-pkglists.sh @@ -30,4 +30,4 @@ /usr/bin/pacman -Qd /usr/bin/echo '########################' } >>/var/log/pkglist-deps.pacman.log -/usr/bin/chmod 600 /var/log/pkglist-*.log +/usr/bin/chmod 644 /var/log/pkglist-*.log