Move RHEL-08-030610 to RHEL-09-653110 to use 0600 for audit files - #14991
Move RHEL-08-030610 to RHEL-09-653110 to use 0600 for audit files#14991Mab879 wants to merge 1 commit into
Conversation
|
Skipping CI for Draft Pull Request. |
|
This datastream diff is auto generated by the check Click here to see the full diffNew content has different text for rule 'xccdf_org.ssgproject.content_rule_file_permissions_etc_audit_auditd'.
--- xccdf_org.ssgproject.content_rule_file_permissions_etc_audit_auditd
+++ xccdf_org.ssgproject.content_rule_file_permissions_etc_audit_auditd
@@ -14,15 +14,6 @@
[reference]:
SRG-OS-000063-GPOS-00032
-[reference]:
-RHEL-08-030610
-
-[reference]:
-SV-230471r1208750_rule
-
-[reference]:
-V-230471
-
[rationale]:
Without the capability to restrict the roles and individuals that can select which events
are audited, unauthorized personnel may be able to prevent the auditing of critical
ansible remediation for rule 'xccdf_org.ssgproject.content_rule_file_permissions_etc_audit_auditd' differs.
--- xccdf_org.ssgproject.content_rule_file_permissions_etc_audit_auditd
+++ xccdf_org.ssgproject.content_rule_file_permissions_etc_audit_auditd
@@ -3,7 +3,6 @@
manager: auto
tags:
- CCE-85871-2
- - DISA-STIG-RHEL-08-030610
- NIST-800-53-AU-12(b)
- configure_strategy
- file_permissions_etc_audit_auditd
@@ -19,7 +18,6 @@
when: '"kernel-core" in ansible_facts.packages'
tags:
- CCE-85871-2
- - DISA-STIG-RHEL-08-030610
- NIST-800-53-AU-12(b)
- configure_strategy
- file_permissions_etc_audit_auditd
@@ -37,7 +35,6 @@
- file_exists.stat is defined and file_exists.stat.exists
tags:
- CCE-85871-2
- - DISA-STIG-RHEL-08-030610
- NIST-800-53-AU-12(b)
- configure_strategy
- file_permissions_etc_audit_auditd
New content has different text for rule 'xccdf_org.ssgproject.content_rule_file_permissions_etc_audit_rulesd'.
--- xccdf_org.ssgproject.content_rule_file_permissions_etc_audit_rulesd
+++ xccdf_org.ssgproject.content_rule_file_permissions_etc_audit_rulesd
@@ -14,15 +14,6 @@
[reference]:
SRG-OS-000063-GPOS-00032
-[reference]:
-RHEL-08-030610
-
-[reference]:
-SV-230471r1208750_rule
-
-[reference]:
-V-230471
-
[rationale]:
Without the capability to restrict the roles and individuals that can select which events
are audited, unauthorized personnel may be able to prevent the auditing of critical
ansible remediation for rule 'xccdf_org.ssgproject.content_rule_file_permissions_etc_audit_rulesd' differs.
--- xccdf_org.ssgproject.content_rule_file_permissions_etc_audit_rulesd
+++ xccdf_org.ssgproject.content_rule_file_permissions_etc_audit_rulesd
@@ -3,7 +3,6 @@
manager: auto
tags:
- CCE-85875-3
- - DISA-STIG-RHEL-08-030610
- NIST-800-53-AU-12(b)
- configure_strategy
- file_permissions_etc_audit_rulesd
@@ -22,7 +21,6 @@
when: '"kernel-core" in ansible_facts.packages'
tags:
- CCE-85875-3
- - DISA-STIG-RHEL-08-030610
- NIST-800-53-AU-12(b)
- configure_strategy
- file_permissions_etc_audit_rulesd
@@ -41,7 +39,6 @@
when: '"kernel-core" in ansible_facts.packages'
tags:
- CCE-85875-3
- - DISA-STIG-RHEL-08-030610
- NIST-800-53-AU-12(b)
- configure_strategy
- file_permissions_etc_audit_rulesd |
|
Change in Ansible Please consider using more suitable Ansible module than |
498ee08 to
8335709
Compare
|
Change in Ansible Please consider using more suitable Ansible module than |
| @@ -0,0 +1,20 @@ | |||
| srg_requirement: |- | |||
There was a problem hiding this comment.
If this rule has a RHEL 10 policy specific file does it need to be added to the RHEL 10 STIG control file?
| references: | ||
| nist: AU-12(b) | ||
| srg: SRG-OS-000063-GPOS-00032 | ||
| stigid@ol8: OL08-00-030610 |
There was a problem hiding this comment.
OL 8 STIG requires permissions 0640
https://stigaview.com/products/ol8/v2r9/OL08-00-030610/
8335709 to
d258c5a
Compare
|
Change in Ansible Please consider using more suitable Ansible module than |
|
/packit build |
Created clone of file_permissions_etc_audit_auditd and file_permissions_audit_configuration to allow for 0600. The way the rules where written required a separate rule as they were used in other profiles.
d258c5a to
9416eec
Compare
|
Change in Ansible Please consider using more suitable Ansible module than |
|
@Mab879: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Description:
Created clone of file_permissions_etc_audit_auditd and file_permissions_audit_configuration to allow for 0600.
Rationale:
The way the rules where written required a separate rule as they were used in other profiles.
Dependent on #14986 and #14987