We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1365044 + e20da94 commit 074a871Copy full SHA for 074a871
1 file changed
controls/os_spec.rb
@@ -99,6 +99,15 @@
99
end
100
101
102
+control 'os-03b' do
103
+ impact 1.0
104
+ title 'Check passwords hashes in /etc/passwd'
105
+ desc 'Check periodically that /etc/passwd does not contain passwords'
106
+ describe passwd do
107
+ its('passwords') { should be_in ['x', '*'] }
108
+ end
109
+end
110
+
111
control 'os-04' do
112
impact 1.0
113
title 'Dot in PATH variable'
0 commit comments