-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUILD: configure logrotate to work with non-root-group writable folder #7512
Conversation
Otherwise logrotate complains: ``` error: skipping "/var/log/sssd/sssd_kcm.log" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation. ``` See https://bugzilla.redhat.com/show_bug.cgi?id=2299733 for details
1696eda
to
33389c9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack, thank you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looked at the bugzilla and the change looks correct.
I wonder why the rename src/examples/logrotate → src/examples/logrotate.in, that looks like an unrelated change.
'logrotate.in' is a template that is instantiated during the build to 'logrotate' |
Otherwise logrotate complains:
See https://bugzilla.redhat.com/show_bug.cgi?id=2299733 for details