Skip to content

Commit 7972eca

Browse files
committed
Check 'net.ipv4.conf.default.send_redirects' instead of 'net.ipv4.conf.all.send_redirects' twice
1 parent 462e066 commit 7972eca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controls/sysctl_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
impact 1.0
176176
title 'Disable sending of redirects packets'
177177
desc 'Disable sending of redirects packets'
178-
describe kernel_parameter('net.ipv4.conf.all.send_redirects') do
178+
describe kernel_parameter('net.ipv4.conf.default.send_redirects') do
179179
its(:value) { should eq 0 }
180180
end
181181
describe kernel_parameter('net.ipv4.conf.all.send_redirects') do

0 commit comments

Comments
 (0)