diff --git a/controls/SV-257786.rb b/controls/SV-257786.rb index e62a351..7f8ce8d 100644 --- a/controls/SV-257786.rb +++ b/controls/SV-257786.rb @@ -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')