We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is no auditd package for centos-7 the package command should be:
package %w(audit audit-libs)
Then service would be audited
service 'auditd' do action [:enable, :start] end
The text was updated successfully, but these errors were encountered:
Fix remediation.rb suggested in issue 3 and 5
ac4423f
learn-chef#3 learn-chef#5
5098995
learn-chef#3 learn-chef#5 Signed-off-by: Thomas Powell <[email protected]>
No branches or pull requests
There is no auditd package for centos-7 the package command should be:
package %w(audit audit-libs)
Then service would be audited
service 'auditd' do
action [:enable, :start]
end
The text was updated successfully, but these errors were encountered: