freeipa / freeipa-healthcheck

Check the health of a freeIPA installation
GNU General Public License v3.0
50 stars 28 forks source link

Allow multiple file modes in the FileChecker #255

Closed rcritten closed 2 years ago

rcritten commented 2 years ago

There are some cases where a strict file mode is not necessary. The kadmind.log is one.

It is owned root:root so there is no real difference between 0600 and 0640. So allow both.

https://bugzilla.redhat.com/show_bug.cgi?id=2058239

Signed-off-by: Rob Crittenden rcritten@redhat.com

rcritten commented 2 years ago

Fixed lint issue: use-a-generator