mirror of
https://github.com/dev-sec/linux-baseline
synced 2024-11-22 11:13:02 +00:00
Removing exclamation as it is only for shadowi
Signed-off-by: imjoseangel <josea.munoz@gmail.com>
This commit is contained in:
parent
748cfb26c8
commit
e20da94418
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue