Skip to content

Commit a04baec

Browse files
rndmh3roSebastian Gumprich
authored andcommitted
remove entropy-test
see #176 Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
1 parent 436bf2f commit a04baec

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)