-
Notifications
You must be signed in to change notification settings - Fork 698
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10292 from marcusburghardt/cis_disabling_cyrus-imapd
Introduce rule to remove cyrus-imapd package
- Loading branch information
Showing
5 changed files
with
40 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
documentation_complete: true | ||
|
||
title: 'Disable Cyrus IMAP' | ||
|
||
description: |- | ||
If the system does not need to operate as an IMAP or | ||
POP3 server, the Cyrus IMAP software should be removed. |
29 changes: 29 additions & 0 deletions
29
linux_os/guide/services/imap/disabling_cyrus-imapd/package_cyrus-imapd_removed/rule.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
documentation_complete: true | ||
|
||
prodtype: rhel8,rhel9 | ||
|
||
title: 'Uninstall cyrus-imapd Package' | ||
|
||
description: |- | ||
{{{ describe_package_remove(package="cyrus-imapd") }}} | ||
rationale: |- | ||
If there is no need to make the cyrus-imapd software available, | ||
removing it provides a safeguard against its activation. | ||
severity: unknown | ||
|
||
identifiers: | ||
cce@rhel8: CCE-88119-3 | ||
cce@rhel9: CCE-88120-1 | ||
|
||
references: | ||
cis@rhel8: 2.2.11 | ||
cis@rhel9: 2.2.9 | ||
|
||
{{{ complete_ocil_entry_package(package="cyrus-imapd") }}} | ||
|
||
template: | ||
name: package_removed | ||
vars: | ||
pkgname: cyrus-imapd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters