mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-22 19:23:02 +00:00
Added net.ipv4.conf.default.log_martians for Martian Packets in Sysctl-17
Signed-off-by: bitvijays <bitvijays@gmail.com>
This commit is contained in:
parent
e192b1e766
commit
56784530de
1 changed files with 3 additions and 0 deletions
|
@ -193,6 +193,9 @@ control 'sysctl-17' do
|
|||
describe kernel_parameter('net.ipv4.conf.all.log_martians') do
|
||||
its(:value) { should eq 1 }
|
||||
end
|
||||
describe kernel_parameter('net.ipv4.conf.default.log_martians') do
|
||||
its(:value) { should eq 1 }
|
||||
end
|
||||
end
|
||||
|
||||
control 'sysctl-18' do
|
||||
|
|
Loading…
Reference in a new issue