We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 462e066 + 7972eca commit 9032b67Copy full SHA for 9032b67
1 file changed
controls/sysctl_spec.rb
@@ -175,7 +175,7 @@
175
impact 1.0
176
title 'Disable sending of redirects packets'
177
desc 'Disable sending of redirects packets'
178
- describe kernel_parameter('net.ipv4.conf.all.send_redirects') do
+ describe kernel_parameter('net.ipv4.conf.default.send_redirects') do
179
its(:value) { should eq 0 }
180
end
181
describe kernel_parameter('net.ipv4.conf.all.send_redirects') do
0 commit comments