Skip to content

Commit

Permalink
final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DMedina6 committed Nov 6, 2024
1 parent 7100d87 commit cbe3c27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions controls/V-92985.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
tag 'fix_id': 'F-99231r1_fix'
tag 'cci': %w(CCI-000018 CCI-000172 CCI-001403 CCI-001404
CCI-001405 CCI-002130)
tag 'nist': ['AC-2 (4)', 'AU-12 c', 'AC-2 (4)', 'AC-2 (4)', 'AC-2 (4)', "AC-2
(4)", 'Rev_4']
tag 'nist': ['AC-2 (4)', 'AU-12 c', 'AC-2 (4)', 'AC-2 (4)', 'AC-2 (4)', "AC-2(4)", 'Rev_4']

domain_role = command('wmic computersystem get domainrole | Findstr /v DomainRole').stdout.strip
if domain_role == '4' || domain_role == '5'
Expand Down

0 comments on commit cbe3c27

Please sign in to comment.