Skip to content

Commit 9032b67

Browse files
authored
Merge pull request #49 from techraf/fix-duplicate-in-sysctl-16
Remove duplicated expectation from sysctl-16
2 parents 462e066 + 7972eca commit 9032b67

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)