diff --git a/tasks/section_5/cis_5.6.x.yml b/tasks/section_5/cis_5.6.x.yml index 56b3d5f..3e49a46 100644 --- a/tasks/section_5/cis_5.6.x.yml +++ b/tasks/section_5/cis_5.6.x.yml @@ -13,7 +13,7 @@ - item.id != "shutdown" - item.id != "halt" - item.id != "nfsnobody" - - item.gid < min_int_uid | int + - item.uid < min_int_uid | int - item.shell != " /bin/false" - item.shell != " /usr/sbin/nologin" loop_control: @@ -30,7 +30,7 @@ - item.id != "sync" - item.id != "root" - item.id != "nfsnobody" - - item.gid < min_int_uid | int + - item.uid < min_int_uid | int - item.shell != " /bin/false" - item.shell != " /usr/sbin/nologin" loop_control: