4
0
Fork 0

Merge pull request #43 from dulin-gnet/fix_system_accounts

Fix system accounts rule 5.6.2
This commit is contained in:
uk-bolly 2023-03-17 15:35:22 +00:00 committed by GitHub
commit 30abc4b9d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: