forked from ansible-lockdown/RHEL9-CIS
Merge pull request #43 from dulin-gnet/fix_system_accounts
Fix system accounts rule 5.6.2
This commit is contained in:
commit
30abc4b9d0
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
- item.id != "shutdown"
|
||||
- item.id != "halt"
|
||||
- item.id != "nfsnobody"
|
||||
- min_int_uid | int < item.gid
|
||||
- item.gid < min_int_uid | int
|
||||
- item.shell != " /bin/false"
|
||||
- item.shell != " /usr/sbin/nologin"
|
||||
loop_control:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue