Files
macos_security/templates/adoc_rule_custom_refs.adoc
Bob Gendler 615317fe6c refactor[scripts/templates] Updated 171r2 to 171r3
Changed the 171r2s to 171r3s everywhere
2024-09-01 21:36:10 -04:00

72 lines
752 B
Plaintext

=== $rule_title
$rule_discussion
To check the state of the system, run the following command(s):
[source,bash]
----
$rule_check
----
If the result is not *$rule_result*, this is a finding.
====
**Remediation Description**
Perform the following to configure the system to meet the requirements:
$rule_fix
====
[cols="15%h, 85%a"]
|===
|ID
|$rule_id
|References
|
[cols="20%h,80%a"]
[frame="none"]
[grid="cols"]
!===
!800-53r5
!$rule_80053r5
ifdef::show_171[]
!800-171r3
!$rule_800171
endif::[]
ifdef::show_STIG[]
!DISA STIG(s)
!$rule_disa_stig
endif::[]
ifdef::show_CIS[]
$rule_cis
endif::[]
ifdef::show_CMMC[]
!CMMC
!
$rule_cmmc
endif::[]
!CCE
!$rule_cce
$rule_custom_refs
ifdef::show_tags[]
!TAGS
!$rule_tags
endif::[]
!===
|
|===