Skip to content

Commit

Permalink
Merge pull request #3 from atomic111/master
Browse files Browse the repository at this point in the history
Fix: change value of log_martians to the cookbook default
  • Loading branch information
chris-rock committed May 15, 2014
2 parents 202d5ad + bcabebd commit 9cf628c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration/default/serverspec/sysctl_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@
its(:value) { should eq 0 }
end

# log_martians can cause a denial of service attack to the host
context linux_kernel_parameter('net.ipv4.conf.all.log_martians') do
its(:value) { should eq 1 }
its(:value) { should eq 0 }
end

end
Expand Down

0 comments on commit 9cf628c

Please sign in to comment.