-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: fix logrotate ownership options
The packaged configuration for logrotate falsely contained options applying to other programs' log files. This caused wrong ownerships of log files. This issues is corrected, but the ownership of affected log files may need to be changed manually. To find affected files, you may use: ```bash sudo find /var/log/ -user intelmq ! -path \*intelmq\* ``` fixes #2110
- Loading branch information
Sebastian Wagner
committed
Sep 14, 2021
1 parent
e3cfac7
commit 5c96cb1
Showing
3 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters