mirror of
https://github.com/dev-sec/linux-baseline
synced 2025-02-16 17:58:24 +00:00
remove sysctl-18 - ipv6 no longer needs to be disabled
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
parent
f8a5837b94
commit
c017b3ae5b
1 changed files with 0 additions and 10 deletions
|
@ -227,16 +227,6 @@ control 'sysctl-17' do
|
|||
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'
|
||||
|
|
Loading…
Add table
Reference in a new issue