dsglaser / cis-security

Playbooks to implement Center for Internet Security (CIS) controls for RHEL (7-9), RHEL Clones, Ubuntu (18.04-22.04), and Microsoft Windows (10, Server 2019)
Other
90 stars 63 forks source link

File not found due to typo #13

Closed cudnohu1 closed 4 years ago

cudnohu1 commented 4 years ago

Environment

CentOS 8

Error

"Could not find or access 'audit_rules/session.rules'"

Cause

roles/cis_security/tasks/type-files/redhat-8-type.yml

1537           src: audit_rules/session.rules

Fix

roles/cis_security/tasks/type-files/redhat-8-type.yml

1537           src: audit_rules/sessions.rules
dsglaser commented 4 years ago

Thanks for reporting the issue! This has been patched and updated in collection version 1.1.8

Dave