forked from ansible-lockdown/RHEL9-CIS
Merge pull request #253 from Thulium-Drake/fix_245
Added a means to allow system users to have a shell
This commit is contained in:
commit
87c1f6e4d0
2 changed files with 6 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
- item.id != "shutdown"
|
||||
- item.id != "halt"
|
||||
- item.id != "nfsnobody"
|
||||
- item.id not in rhel9cis_system_users_shell
|
||||
- item.uid < min_int_uid | int
|
||||
- item.shell != "/bin/false"
|
||||
- item.shell != "/usr/sbin/nologin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue