From 2da0d870c890bf4d1d4386bc3e43e8ea0310c432 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Tue, 16 May 2023 11:56:07 +0100 Subject: [PATCH] #57 great catch Signed-off-by: Mark Bolwell --- tasks/section_5/cis_5.6.x.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: