From f45bbd6ee82f15ab32c2804d695618b40ceadaff Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Tue, 23 Aug 2022 12:21:11 +0100 Subject: [PATCH] #21 user accts locked during user exec Signed-off-by: Mark Bolwell --- tasks/section_5/cis_5.6.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/section_5/cis_5.6.x.yml b/tasks/section_5/cis_5.6.x.yml index 0541f9b..14b4a50 100644 --- a/tasks/section_5/cis_5.6.x.yml +++ b/tasks/section_5/cis_5.6.x.yml @@ -32,7 +32,7 @@ - item.id != "sync" - item.id != "root" - 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: