I am working on tightening the security for various servers (mainly Debian Linux), and one of the tasks is to tighten permissions on files in /var/log so that files are not world readable. But there seems to be a dearth of information on this online.
I'm wary of tightening permissions on log files that require world-readability (e.g. /var/log/wtmp) or are created by applications that may change the permissions back.
I'm also wary of wasting my time on what seem to be negligible-risk logs, like dpkg.log or files in /var/log/installer.
Are there good references online for what the permissions of various log files on Linux (if not specifically Debian) systems should be?