Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rules to several ubuntu2404 CIS controls #12675

Merged
merged 2 commits into from
Dec 10, 2024
Merged
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
25 changes: 12 additions & 13 deletions controls/cis_ubuntu2404.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1759,10 +1759,9 @@ controls:
levels:
- l1_server
- l1_workstation
related_rules:
rules:
- sudo_add_use_pty
status: planned
notes: TODO. Partial/incorrect implementation exists.See related rules. Analogous to ubuntu2204/5.3.2.
status: automated

- id: 5.2.3
title: Ensure sudo log file exists (Automated)
Expand Down Expand Up @@ -1833,8 +1832,9 @@ controls:
levels:
- l1_server
- l1_workstation
status: planned
notes: TODO. Rule does not seem to be implemented, nor does it map to any rules in ubuntu2204 profile.
rules:
- package_pam_pwquality_installed
status: automated

- id: 5.3.2.1
title: Ensure pam_unix module is enabled (Automated)
Expand Down Expand Up @@ -2285,20 +2285,18 @@ controls:
levels:
- l1_server
- l1_workstation
related_rules:
rules:
- journald_compress
status: planned
notes: TODO. Partial/incorrect implementation exists.See related rules. Analogous to ubuntu2204/4.2.1.3.
status: automated

- id: 6.1.2.4
title: Ensure journald Storage is configured (Automated)
levels:
- l1_server
- l1_workstation
related_rules:
rules:
- journald_storage
status: planned
notes: TODO. Partial/incorrect implementation exists.See related rules. Analogous to ubuntu2204/4.2.1.4.
status: automated

- id: 6.1.3.1
title: Ensure rsyslog is installed (Automated)
Expand All @@ -2323,8 +2321,9 @@ controls:
levels:
- l1_server
- l1_workstation
status: planned
notes: TODO. Rule does not seem to be implemented. Analogous to ubuntu2204/4.2.2.3.
rules:
- journald_forward_to_syslog
status: automated

- id: 6.1.3.4
title: Ensure rsyslog log file creation mode is configured (Automated)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ template:
pkgname: libpwquality
pkgname@ubuntu2004: libpam-pwquality
pkgname@ubuntu2204: libpam-pwquality
pkgname@ubuntu2404: libpam-pwquality
pkgname@debian12: libpam-pwquality

platform: package[pam]
Loading