Skip to content

Commit

Permalink
Update ubuntu2404 CIS control 2.1.8 and add var overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
mpurg committed Nov 21, 2024
1 parent 32ba30e commit bd0d8b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions controls/cis_ubuntu2404.yml
Original file line number Diff line number Diff line change
Expand Up @@ -709,11 +709,10 @@ controls:
levels:
- l1_server
- l1_workstation
related_rules:
- package_cyrus-imapd_removed
rules:
- package_dovecot_removed
status: planned
notes: TODO. Partial/incorrect implementation exists.See related rules. Analogous to ubuntu2204/2.2.10.
- service_dovecot_disabled
status: automated

- id: 2.1.9
title: Ensure network file system services are not in use (Automated)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
documentation_complete: true


title: 'Uninstall dovecot Package'

description: |-
Expand Down Expand Up @@ -43,3 +42,4 @@ template:
pkgname@ubuntu1804: dovecot-core
pkgname@ubuntu2004: dovecot-core
pkgname@ubuntu2204: dovecot-core
pkgname@ubuntu2404: dovecot-core
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
documentation_complete: true


title: 'Disable Dovecot Service'

description: |-
Expand Down Expand Up @@ -34,3 +33,4 @@ template:
name: service_disabled
vars:
servicename: dovecot
packagename@ubuntu2404: dovecot-core

0 comments on commit bd0d8b7

Please sign in to comment.