Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ a link to the license is provided. Additionally, if you remix, transform, or bui
not distribute the modified materials. Users of the CIS Controls framework are also required to refer to (http://
www.cisecurity.org/controls/) when referring to the CIS Controls in order to ensure that users are employing
the most up-to-date guidance. Commercial use of the CIS Controls is subject to the prior approval of the
Center for Internet Security, Inc. (CIS®).
Center for Internet Security, Inc. (CIS®).
10 changes: 5 additions & 5 deletions roles/cis_security/tasks/type-files/redhat-9-type.yml
Original file line number Diff line number Diff line change
Expand Up @@ -746,14 +746,14 @@
path: "/boot/grub2/grub.cfg"
register: grubdir
tags:
1.4.0
- 1.4.0

- name: 1.4.0 - Check if the grub user.cfg exists
ansible.builtin.stat:
path: "/boot/grub2/user.cfg"
register: usercfgdir
tags:
1.4.0
- 1.4.0

# Control 1.4.1, Grub bootloader password - skipped

Expand Down Expand Up @@ -1839,8 +1839,8 @@
mode: 0600
notify: Restart auditd
tags:
4.1.3.7
4.1.3.10
- 4.1.3.7
- 4.1.3.10

- name: 4.1.3.7 - Ensure unsuccessful file access attempts are collected
ansible.builtin.template:
Expand All @@ -1851,7 +1851,7 @@
mode: 0600
notify: Restart auditd
tags:
4.1.3.7
- 4.1.3.7

- name: 4.1.3.8 - Ensure events that modify user/group information are collected
ansible.builtin.template:
Expand Down