Skip to content

Commit

Permalink
Merge pull request #43 from dulin-gnet/fix_system_accounts
Browse files Browse the repository at this point in the history
Fix system accounts rule 5.6.2
  • Loading branch information
uk-bolly authored Mar 17, 2023
2 parents 7dd21ee + 74e96ce commit 30abc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/section_5/cis_5.6.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 30abc4b

Please sign in to comment.