Skip to content

Commit c017b3a

Browse files
committed
remove sysctl-18 - ipv6 no longer needs to be disabled
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
1 parent f8a5837 commit c017b3a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

controls/sysctl_spec.rb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -227,16 +227,6 @@
227227
end
228228
end
229229

230-
control 'sysctl-18' do
231-
impact 1.0
232-
title 'Disable IPv6 if it is not needed'
233-
desc 'Disable IPv6 if it is not needed'
234-
only_if { !container_execution }
235-
describe kernel_parameter('net.ipv6.conf.all.disable_ipv6') do
236-
its(:value) { should eq 1 }
237-
end
238-
end
239-
240230
control 'sysctl-19' do
241231
impact 1.0
242232
title 'IPv6 Forwarding'

0 commit comments

Comments
 (0)