ansible-lockdown / UBUNTU22-CIS

Ansible role for Ubuntu22 CIS Baseline
https://ansible-lockdown.readthedocs.io/en/latest/
MIT License
155 stars 68 forks source link

Siemens/feat/rule 1.6.1.3 enforce vs complain #148

Closed bgro closed 8 months ago

bgro commented 8 months ago

Overall Review of Changes:

Control 1.6.1.3 mandates to Ensure all AppArmor Profiles are in enforce or complain mode. However, the corresponding task only allows the role to set every profile to enforce mode -- the existing toggle in defaults/main.yml disables the tasks rather than switching between enforce and complain mode.

Issue Fixes:

93

Enhancements: n/a How has this been tested?: Tested locally.