Skip to content

Commit

Permalink
cookstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmetzger committed Oct 13, 2023
1 parent 061dd09 commit 2e7c33f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions controls/SV-257786.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
tag stig_id: 'RHEL-09-211055'
tag gtitle: 'SRG-OS-000324-GPOS-00125'
tag fix_id: 'F-61451r925344_fix'
tag satisfies: ['SRG-OS-000324-GPOS-00125', 'SRG-OS-000480-GPOS-00227']
tag satisfies: %w(SRG-OS-000324-GPOS-00125 SRG-OS-000480-GPOS-00227)
tag 'documentable'
tag cci: ['CCI-000366', 'CCI-002235']
tag cci: %w(CCI-000366 CCI-002235)
tag nist: ['CM-6 b', 'AC-6 (10)']

if virtualization.system.eql?('docker')
impact 0.0
describe "Control not applicable within a container" do
skip "Control not applicable within a container"
describe 'Control not applicable within a container' do
skip 'Control not applicable within a container'
end
else
d = systemd_service('debug-shell.service')
Expand Down

0 comments on commit 2e7c33f

Please sign in to comment.