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
3 changes: 3 additions & 0 deletions controls/cis_ubuntu2204.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1495,8 +1495,11 @@ controls:
- l1_workstation
rules:
- file_groupowner_sshd_config
- file_groupowner_sshd_drop_in_config
- file_owner_sshd_config
- file_owner_sshd_drop_in_config
- file_permissions_sshd_config
- file_permissions_sshd_drop_in_config
status: automated

- id: 5.1.2
Expand Down
11 changes: 8 additions & 3 deletions controls/cis_ubuntu2404.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
policy: CIS Benchmark for Ubuntu 24.04 LTS
title: CIS Benchmark for Ubuntu 24.04 LTS
id: cis_ubuntu2404
version: '1.0.0'
version: "1.0.0"
source: https://www.cisecurity.org/cis-benchmarks

levels:
Expand Down Expand Up @@ -1116,7 +1116,8 @@ controls:
- file_owner_at_deny
- file_permissions_at_deny
status: automated
notes: file_owner_at_deny and file_owner_at_allow currently require root as owner and don't accept
notes: |-
file_owner_at_deny and file_owner_at_allow currently require root as owner and don't accept
daemon

- id: 3.1.1
Expand Down Expand Up @@ -1568,8 +1569,11 @@ controls:
- l1_workstation
rules:
- file_groupowner_sshd_config
- file_groupowner_sshd_drop_in_config
- file_owner_sshd_config
- file_owner_sshd_drop_in_config
- file_permissions_sshd_config
- file_permissions_sshd_drop_in_config
status: automated

- id: 5.1.2
Expand Down Expand Up @@ -2192,7 +2196,8 @@ controls:
rules:
- ensure_root_access_controlled
status: automated
notes: This rule doesn't come with a remediation, as the exact requirement allows root to either
notes: |-
This rule doesn't come with a remediation, as the exact requirement allows root to either
have a password or be locked.

- id: 5.4.2.5
Expand Down
Loading