Skip to content

Commit

Permalink
Add RHEL 10 excludes for e8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed May 10, 2024
1 parent c1ca8e3 commit dbc0e42
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion products/rhel10/profiles/e8.profile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ reference: https://www.cyber.gov.au/acsc/view-all-content/publications/hardening
title: 'Australian Cyber Security Centre (ACSC) Essential Eight'

description: |-
This profile contains configuration checks for Red Hat Enterprise Linux 9
This profile contains configuration checks for Red Hat Enterprise Linux 10
that align to the Australian Cyber Security Centre (ACSC) Essential Eight.

A copy of the Essential Eight in Linux Environments guide can be found at the
Expand All @@ -20,3 +20,23 @@ description: |-

selections:
- e8:all
# audit-audispd-plugins package does not exist in RHEL 10 (based on RHEL 9)
# use only package_audispd-plugins_installed
- '!package_audit-audispd-plugins_installed'
# More tests are needed to identify which rule is conflicting with rpm_verify_permissions.
# https://github.com/ComplianceAsCode/content/issues/11285
- '!rpm_verify_permissions'
- '!package_talk_removed'
- '!package_talk-server_removed'
- '!package_ypbind_removed'
- '!package_audit-audispd-plugins_installed'
- '!set_ipv6_loopback_traffic'
- '!set_loopback_traffic'
- '!service_ntpd_enabled'
- '!package_ypserv_removed'
- '!package_ypbind_removed'
- '!package_talk_removed'
- '!package_talk-server_removed'
- '!package_xinetd_removed'
- '!package_rsh_removed'
- '!package_rsh-server_removed'

0 comments on commit dbc0e42

Please sign in to comment.