Skip to content
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

remediation.rb recipe has an incorrect package name #5

Open
tc5746 opened this issue Mar 18, 2022 · 0 comments
Open

remediation.rb recipe has an incorrect package name #5

tc5746 opened this issue Mar 18, 2022 · 0 comments

Comments

@tc5746
Copy link

tc5746 commented Mar 18, 2022

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

tpowell-progress added a commit to tpowell-progress/lcr-policyfiles-getstarted that referenced this issue May 13, 2022
tpowell-progress added a commit to tpowell-progress/lcr-policyfiles-getstarted that referenced this issue May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant