Skip to content

Commit 09ee20a

Browse files
Include rules for sshd drop in files for Ubuntu2404
Signed-off-by: Alan Moore <alan.moore@canonical.com>
1 parent 13f8417 commit 09ee20a

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

controls/cis_ubuntu2404.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
policy: CIS Benchmark for Ubuntu 24.04 LTS
33
title: CIS Benchmark for Ubuntu 24.04 LTS
44
id: cis_ubuntu2404
5-
version: '1.0.0'
5+
version: "1.0.0"
66
source: https://www.cisecurity.org/cis-benchmarks
77

88
levels:
@@ -1116,7 +1116,8 @@ controls:
11161116
- file_owner_at_deny
11171117
- file_permissions_at_deny
11181118
status: automated
1119-
notes: file_owner_at_deny and file_owner_at_allow currently require root as owner and don't accept
1119+
notes:
1120+
file_owner_at_deny and file_owner_at_allow currently require root as owner and don't accept
11201121
daemon
11211122

11221123
- id: 3.1.1
@@ -1568,8 +1569,11 @@ controls:
15681569
- l1_workstation
15691570
rules:
15701571
- file_groupowner_sshd_config
1572+
- file_groupowner_sshd_drop_in_config
15711573
- file_owner_sshd_config
1574+
- file_owner_sshd_drop_in_config
15721575
- file_permissions_sshd_config
1576+
- file_permissions_sshd_drop_in_config
15731577
status: automated
15741578

15751579
- id: 5.1.2
@@ -2192,7 +2196,8 @@ controls:
21922196
rules:
21932197
- ensure_root_access_controlled
21942198
status: automated
2195-
notes: This rule doesn't come with a remediation, as the exact requirement allows root to either
2199+
notes:
2200+
This rule doesn't come with a remediation, as the exact requirement allows root to either
21962201
have a password or be locked.
21972202

21982203
- id: 5.4.2.5

0 commit comments

Comments
 (0)