From 9bedd15ab631e4e7e98a72a1b2b13e1a5dc7c7e3 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Wed, 2 Feb 2022 11:22:39 +0000 Subject: [PATCH] fix logic Signed-off-by: Mark Bolwell --- tasks/section_5/cis_5.5.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: