chef-cookbooks / auditd

Install and configure user mode auditd tools
Apache License 2.0
34 stars 39 forks source link

Handle restarts on RHEL >= 7.5 vs. < 7.5 #56

Closed danielcbright closed 4 years ago

danielcbright commented 5 years ago

…to 7.5 and modify auditd restart command accordingly

Description

This fixes the behavior outlined in this issue: https://github.com/chef-cookbooks/auditd/issues/55,

it checks to make sure of the platform_version and assigns the correct restart/reload command based on that check per this RHEL bug id: https://bugzilla.redhat.com/show_bug.cgi?id=1647521

Issues Resolved

https://github.com/chef-cookbooks/auditd/issues/55

Check List

danielcbright commented 4 years ago

@tas50 let me know if there's anything else I need to do with this PR, I have a couple of customers using it already. Best!