Merge pull request #177 from dev-sec/rndmh3ro-patch-1

remove entropy-test
This commit is contained in:
schurzi 2022-09-24 15:46:05 +02:00 committed by GitHub
commit 7ce5a1d218
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'