Skip to content

Commit

Permalink
Merge pull request #177 from dev-sec/rndmh3ro-patch-1
Browse files Browse the repository at this point in the history
remove entropy-test
  • Loading branch information
schurzi committed Sep 24, 2022
2 parents 436bf2f + a04baec commit 7ce5a1d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions controls/os_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -222,15 +222,6 @@
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'
Expand Down

0 comments on commit 7ce5a1d

Please sign in to comment.