We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436bf2f commit a04baecCopy full SHA for a04baec
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