Skip to content

Commit

Permalink
Merge pull request #155 from dev-sec/ipv6
Browse files Browse the repository at this point in the history
remove sysctl-18 - ipv6 no longer needs to be disabled
  • Loading branch information
schurzi authored May 6, 2021
2 parents f8a5837 + c017b3a commit 74262fe
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions controls/sysctl_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -227,16 +227,6 @@
end
end

control 'sysctl-18' do
impact 1.0
title 'Disable IPv6 if it is not needed'
desc 'Disable IPv6 if it is not needed'
only_if { !container_execution }
describe kernel_parameter('net.ipv6.conf.all.disable_ipv6') do
its(:value) { should eq 1 }
end
end

control 'sysctl-19' do
impact 1.0
title 'IPv6 Forwarding'
Expand Down

0 comments on commit 74262fe

Please sign in to comment.