mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-03-20 15:30:25 +00:00
Spelling fixes, added note in system_settings_siri_settings_disable
This commit is contained in:
@@ -368,7 +368,7 @@ def generate_scap(all_rules, all_baselines, args):
|
||||
severity = "unknown"
|
||||
|
||||
check_rule = str()
|
||||
if "inherent" in rule_yaml['tags'] or "n_a" in rule_yaml['tags'] or "permenant" in rule_yaml['tags']:
|
||||
if "inherent" in rule_yaml['tags'] or "n_a" in rule_yaml['tags'] or "permanent" in rule_yaml['tags']:
|
||||
check_rule = '''
|
||||
<check system="http://scap.nist.gov/schema/ocil/2">
|
||||
<check-content-ref href="ocil.xml"/></check>'''
|
||||
|
||||
Reference in New Issue
Block a user