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

Fix RHEL 10 DISA and SRG References #12944

Merged
merged 6 commits into from
Jan 31, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ identifiers:
cce@rhel10: CCE-89134-1

references:
srg: SRG-APP-000029-CTR-000085
disa: CCI-000130
srg: SRG-APP-000029-CTR-000085,SRG-OS-000037-GPOS-00015

{{{ ocil_fix_srg_privileged_command("pkexec") }}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ references:
cis@sle15: 5.1.8
cis@ubuntu2004: 5.1.8
cis@ubuntu2204: 5.1.8
disa: CCI-000366
srg: SRG-OS-000480-GPOS-00227

ocil_clause: '{{{ ocil_clause_file_permissions(file="/etc/cron.allow", perms=target_perms) }}}'
Expand Down
5 changes: 5 additions & 0 deletions linux_os/guide/services/ntp/chrony_set_nts/rule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ rationale: |-
identifiers:
cce@rhel10: CCE-86471-0

references:
disa: CCI-000366
srg: SRG-OS-000480-GPOS-00227


severity: medium

platforms:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ identifiers:
cce@sle12: CCE-91465-5
cce@sle15: CCE-91158-6

references:
disa: CCI-000197
srg: SRG-OS-000074-GPOS-00042


ocil: '{{{ describe_package_remove(package="tftp") }}}'

template:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ warnings:
An OVAL check is not currently available since <tt>ExecStart</tt> cannot be checked with OVAL since it is not exposed via dbus.
Currently, a remedation is not available for this rule.


identifiers:
cce@rhel10: CCE-86495-9

references:
disa: CCI-000197
srg: SRG-OS-000074-GPOS-00042
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ references:
cis@sle15: '1.10'
cis@ubuntu2004: '1.10'
cis@ubuntu2204: 1.8.1
disa: CCI-000366
nist: CM-7(a),CM-7(b),CM-6(a)
srg: SRG-OS-000480-GPOS-00227

Expand Down
Loading