Skip to content

Commit 7ce5a1d

Browse files
authored
Merge pull request #177 from dev-sec/rndmh3ro-patch-1
remove entropy-test
2 parents 436bf2f + a04baec commit 7ce5a1d

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

controls/os_spec.rb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,6 @@
222222
end
223223
end
224224

225-
control 'os-08' do
226-
impact 1.0
227-
title 'Entropy'
228-
desc 'Check system has enough entropy - greater than 1000'
229-
describe file('/proc/sys/kernel/random/entropy_avail').content.to_i do
230-
it { should >= 1000 }
231-
end
232-
end
233-
234225
control 'os-09' do
235226
impact 1.0
236227
title 'Check for .rhosts and .netrc file'

0 commit comments

Comments
 (0)