We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8a5837 + c017b3a commit 74262feCopy full SHA for 74262fe
1 file changed
controls/sysctl_spec.rb
@@ -227,16 +227,6 @@
227
end
228
229
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
-
240
control 'sysctl-19' do
241
impact 1.0
242
title 'IPv6 Forwarding'
0 commit comments