Skip to content

Conversation

@Shubhanshi-2123
Copy link

Implemented CIS Benchmark controls (1.1.1.1 – 1.1.1.8) for filesystem kernel modules.
Consolidated all individual module disable tasks into a single Ansible playbook using a loop-based blockinfile approach.
Ensures modules like cramfs, freevxfs, hfs, hfsplus, jffs2, and usb-storage are blacklisted and made non-loadable as per CIS recommendations.

with_items:
- aidecheck.timer
- aidecheck
- auditd
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensure this will not impact Debian tasks


- name: Debian realted Specification
include_tasks: configure_Debian.yaml
- name: Ubuntu related Specification
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why Debian tasks change requires

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

Successfully merging this pull request may close these issues.

3 participants