Skip to content

Commit

Permalink
Change pkglist perms to 644
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
leomeinel authored May 8, 2023
1 parent d213c40 commit cb2e866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/pacman.d/hooks/scripts/51-pkglists.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cb2e866

Please sign in to comment.