-
Notifications
You must be signed in to change notification settings - Fork 709
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
rhel10: use new rule for auditing of changes to selinux configuration #12826
Merged
jan-cerny
merged 2 commits into
ComplianceAsCode:master
from
vojtapolasek:rhel10_audit_selinux_rules
Jan 20, 2025
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
44 changes: 44 additions & 0 deletions
44
...s/guide/auditing/auditd_configure_rules/audit_rules_mac_modification_etc_selinux/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,44 @@ | ||
documentation_complete: true | ||
|
||
title: 'Record Events that Modify the System''s Mandatory Access Controls (/etc/selinux)' | ||
|
||
description: |- | ||
If the <tt>auditd</tt> daemon is configured to use the | ||
<tt>augenrules</tt> program to read audit rules during daemon startup (the | ||
default), add the following line to a file with suffix <tt>.rules</tt> in the | ||
directory <tt>/etc/audit/rules.d</tt>: | ||
<pre>-w /etc/selinux/ -p wa -k MAC-policy</pre> | ||
If the <tt>auditd</tt> daemon is configured to use the <tt>auditctl</tt> | ||
utility to read audit rules during daemon startup, add the following line to | ||
<tt>/etc/audit/audit.rules</tt> file: | ||
<pre>-w /etc/selinux/ -p wa -k MAC-policy</pre> | ||
|
||
rationale: |- | ||
The system's mandatory access policy (SELinux) should not be | ||
arbitrarily changed by anything other than administrator action. All changes to | ||
MAC policy should be audited. | ||
|
||
severity: medium | ||
|
||
identifiers: | ||
cce@rhel10: CCE-90737-8 | ||
|
||
|
||
references: | ||
hipaa: 164.308(a)(1)(ii)(D),164.308(a)(3)(ii)(A),164.308(a)(5)(ii)(C),164.312(a)(2)(i),164.312(b),164.312(d),164.312(e) | ||
pcidss: Req-10.5.5 | ||
|
||
ocil_clause: 'the system is not configured to audit attempts to change files within the /etc/selinux directory' | ||
|
||
ocil: |- | ||
To determine if the system is configured to audit changes to its SELinux | ||
configuration files, run the following command: | ||
<pre>$ sudo auditctl -l | grep "dir=/etc/selinux"</pre> | ||
If the system is configured to watch for changes to its SELinux | ||
configuration, a line should be returned (including | ||
<tt>perm=wa</tt> indicating permissions that are watched). | ||
|
||
template: | ||
name: audit_rules_watch | ||
vars: | ||
path: /etc/selinux |
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 |
---|---|---|
|
@@ -2576,4 +2576,3 @@ CCE-90727-9 | |
CCE-90728-7 | ||
CCE-90732-9 | ||
CCE-90735-2 | ||
CCE-90737-8 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rule audit_rules_mac_modification is a part of multiple controls in this HIPAA control file. If you want to make sure this rule isn't present in the RHEL 10 data stream you need to take care of all occurrences of it in this control file.