diff --git a/tasks/section_5/cis_5.5.x.yml b/tasks/section_5/cis_5.5.x.yml index bf77a52..ebed1bd 100644 --- a/tasks/section_5/cis_5.5.x.yml +++ b/tasks/section_5/cis_5.5.x.yml @@ -28,7 +28,7 @@ - item.id != "shutdown" - item.id != "sync" - item.id != "root" - - item.uid < 1000 + - min_int_uid | int >= item.uid - item.shell != " /bin/false" - item.shell != " /usr/sbin/nologin" when: