We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 436bf2f + a04baec commit 7ce5a1dCopy full SHA for 7ce5a1d
1 file changed
controls/os_spec.rb
@@ -222,15 +222,6 @@
222
end
223
224
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
-
234
control 'os-09' do
235
impact 1.0
236
title 'Check for .rhosts and .netrc file'
0 commit comments