Skip to content

Commit

Permalink
net-analyzer/munin: fix logrotate file (drop copytruncate)
Browse files Browse the repository at this point in the history
hanno@ reported a potential security issue caused by copytruncate,
which we can avoid using because of the postrotate option.

Closes: https://bugs.gentoo.org/748948
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jul 31, 2021
1 parent 36b8e4a commit e3329ff
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net-analyzer/munin/files/logrotate.d-munin.3
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
rotate 7
compress
delaycompress
copytruncate
notifempty
create 640 root root
postrotate
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e3329ff

Please sign in to comment.