From 4b90ab40bca6ef54c3ace8491da7d70e4396b7cc Mon Sep 17 00:00:00 2001 From: Laurent Droin <32528572+laurentdroin@users.noreply.github.com> Date: Wed, 23 Feb 2022 13:42:24 -0500 Subject: [PATCH] Update scc.yaml --- openshift/scc.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openshift/scc.yaml b/openshift/scc.yaml index ed794d7..35c588c 100644 --- a/openshift/scc.yaml +++ b/openshift/scc.yaml @@ -8,8 +8,10 @@ allowedCapabilities: runAsUser: type: MustRunAs uid: 1001 -FSGroup: +fsGroup: type: MustRunAs - ranges: 1001,1001 + ranges: + - min: 1001 + max: 1001 seLinuxContext: type: RunAsAny