Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CIS RHEL requirements for log files permissions #10241

Merged
merged 1 commit into from
Feb 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions controls/cis_rhel7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,8 @@ controls:
- l1_server
- l1_workstation
status: manual
rules:
- rsyslog_files_permissions

- id: 4.2.4
title: Ensure logrotate is configured (Manual)
Expand Down
8 changes: 2 additions & 6 deletions controls/cis_rhel8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1713,9 +1713,7 @@ controls:
levels:
- l1_server
- l1_workstation
status: partial
rules:
- rsyslog_files_permissions
status: planned

- id: 4.2.1.5
title: Ensure logging is configured (Manual)
Expand Down Expand Up @@ -1820,14 +1818,12 @@ controls:
- l1_workstation
status: manual

# NEEDS RULE
# https://github.com/ComplianceAsCode/content/issues/5523
- id: 4.2.3
title: Ensure permissions on all logfiles are configured (Automated)
levels:
- l1_server
- l1_workstation
status: partial
status: automated
rules:
- rsyslog_files_permissions

Expand Down
6 changes: 3 additions & 3 deletions controls/cis_rhel9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1665,15 +1665,15 @@ controls:
- l1_workstation
status: manual

# NEEDS RULE
# https://github.com/ComplianceAsCode/content/issues/5523
- id: 4.2.3
title: Ensure all logfiles have appropriate permissions and ownership (Automated)
levels:
- l1_server
- l1_workstation
status: partial
status: automated
rules:
- rsyslog_files_groupownership
- rsyslog_files_ownership
- rsyslog_files_permissions

- id: 4.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ identifiers:
references:
anssi: BP28(R46),BP28(R5)
cis-csc: 12,13,14,15,16,18,3,5
cis@rhel9: 4.2.3
cis@sle12: 4.2.1.3
cis@sle15: 4.2.1.3
cobit5: APO01.06,DSS05.04,DSS05.07,DSS06.02
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ identifiers:
references:
anssi: BP28(R46),BP28(R5)
cis-csc: 12,13,14,15,16,18,3,5
cis@rhel9: 4.2.3
cis@sle12: 4.2.1.3
cis@sle15: 4.2.1.3
cobit5: APO01.06,DSS05.04,DSS05.07,DSS06.02
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ identifiers:
references:
anssi: BP28(R36)
cis@alinux2: 4.2.1.3
cis@rhel7: 4.2.1.3
cis@rhel8: 4.2.1.4,4.2.3
cis@rhel7: 4.2.3
cis@rhel8: 4.2.3
cis@rhel9: 4.2.3
cis@sle12: 4.2.1.3
cis@sle15: 4.2.1.3
Expand Down