Removing exclamation as it is only for shadowi

Signed-off-by: imjoseangel <josea.munoz@gmail.com>
This commit is contained in:
imjoseangel 2020-06-30 14:14:55 +02:00
parent 748cfb26c8
commit e20da94418

View file

@ -104,7 +104,7 @@ control 'os-03b' do
title 'Check passwords hashes in /etc/passwd'
desc 'Check periodically that /etc/passwd does not contain passwords'
describe passwd do
its('passwords') { should be_in ['x', '*', '!'] }
its('passwords') { should be_in ['x', '*'] }
end
end