Skip to content

Commit e20da94

Browse files
committed
Removing exclamation as it is only for shadowi
Signed-off-by: imjoseangel <josea.munoz@gmail.com>
1 parent 748cfb2 commit e20da94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/os_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
title 'Check passwords hashes in /etc/passwd'
105105
desc 'Check periodically that /etc/passwd does not contain passwords'
106106
describe passwd do
107-
its('passwords') { should be_in ['x', '*', '!'] }
107+
its('passwords') { should be_in ['x', '*'] }
108108
end
109109
end
110110

0 commit comments

Comments
 (0)