From 81ecca09b117f78f0fa63dfb7d3b7101ffc3b677 Mon Sep 17 00:00:00 2001 From: Gabriel Becker Date: Fri, 25 Oct 2024 12:26:47 +0200 Subject: [PATCH] Make it even closer to RHEL9 CIS profiles. --- products/rhel10/profiles/cis.profile | 3 +++ products/rhel10/profiles/cis_server_l1.profile | 3 +++ products/rhel10/profiles/cis_workstation_l1.profile | 3 +++ products/rhel10/profiles/cis_workstation_l2.profile | 3 +++ 4 files changed, 12 insertions(+) diff --git a/products/rhel10/profiles/cis.profile b/products/rhel10/profiles/cis.profile index 0cf19e38f1d..ca5a235256e 100644 --- a/products/rhel10/profiles/cis.profile +++ b/products/rhel10/profiles/cis.profile @@ -15,3 +15,6 @@ description: |- selections: - cis_rhel10:all:l2_server + - '!file_ownership_home_directories' + - '!group_unique_name' + - '!file_owner_at_allow' diff --git a/products/rhel10/profiles/cis_server_l1.profile b/products/rhel10/profiles/cis_server_l1.profile index 955fe123123..eb56beda2f6 100644 --- a/products/rhel10/profiles/cis_server_l1.profile +++ b/products/rhel10/profiles/cis_server_l1.profile @@ -15,3 +15,6 @@ description: |- selections: - cis_rhel10:all:l1_server + - '!file_ownership_home_directories' + - '!group_unique_name' + - '!file_owner_at_allow' diff --git a/products/rhel10/profiles/cis_workstation_l1.profile b/products/rhel10/profiles/cis_workstation_l1.profile index 4af04893f02..b86b895633e 100644 --- a/products/rhel10/profiles/cis_workstation_l1.profile +++ b/products/rhel10/profiles/cis_workstation_l1.profile @@ -15,3 +15,6 @@ description: |- selections: - cis_rhel10:all:l1_workstation + - '!file_ownership_home_directories' + - '!group_unique_name' + - '!file_owner_at_allow' diff --git a/products/rhel10/profiles/cis_workstation_l2.profile b/products/rhel10/profiles/cis_workstation_l2.profile index d7c0a83b899..d1af85b775a 100644 --- a/products/rhel10/profiles/cis_workstation_l2.profile +++ b/products/rhel10/profiles/cis_workstation_l2.profile @@ -15,3 +15,6 @@ description: |- selections: - cis_rhel10:all:l2_workstation + - '!file_ownership_home_directories' + - '!group_unique_name' + - '!file_owner_at_allow'