mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-22 03:03:02 +00:00
Merge pull request #177 from dev-sec/rndmh3ro-patch-1
remove entropy-test
This commit is contained in:
commit
7ce5a1d218
1 changed files with 0 additions and 9 deletions
|
@ -222,15 +222,6 @@ control 'os-07' do
|
|||
end
|
||||
end
|
||||
|
||||
control 'os-08' do
|
||||
impact 1.0
|
||||
title 'Entropy'
|
||||
desc 'Check system has enough entropy - greater than 1000'
|
||||
describe file('/proc/sys/kernel/random/entropy_avail').content.to_i do
|
||||
it { should >= 1000 }
|
||||
end
|
||||
end
|
||||
|
||||
control 'os-09' do
|
||||
impact 1.0
|
||||
title 'Check for .rhosts and .netrc file'
|
||||
|
|
Loading…
Reference in a new issue