refactor(cis): align normalization with main project activation gate pattern

This commit is contained in:
2026-02-21 02:56:39 +01:00
parent d9efb54bec
commit a4ca4c4ff4
3 changed files with 27 additions and 16 deletions

View File

@@ -84,6 +84,8 @@ cis_defaults:
cis_fusermount_binary: "{{ 'fusermount3' if is_rhel | default(false) | bool else 'fusermount' }}"
cis_write_binary: "{{ 'write' if is_rhel | default(false) | bool else 'wall' }}"
cis: {}
cis_permission_targets:
- { path: "/mnt/etc/ssh/sshd_config", mode: "0600" }
- { path: "/mnt/etc/cron.hourly", mode: "0700" }