From e92e15d64ea7ccd27663849a5df27b4129906527 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Thu, 12 Jan 2023 16:54:45 +0200 Subject: [PATCH] add some todos --- library/common/1.0.0/templates/lib/container/_security.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/1.0.0/templates/lib/container/_security.tpl b/library/common/1.0.0/templates/lib/container/_security.tpl index a1c9d669a4..20ebaf5555 100644 --- a/library/common/1.0.0/templates/lib/container/_security.tpl +++ b/library/common/1.0.0/templates/lib/container/_security.tpl @@ -61,7 +61,7 @@ The reason is not splitted, is that on one of the places needs a combo of all va {{- end -}} {{/* Devices need privileged container */}} - {{- if $deviceList -}} + {{- if $deviceList -}} {{/* TODO: Check if devices actually need privileged */}} {{- $_ := set $returnValue "privileged" true -}} {{- $_ := set $returnValue "allowPrivilegeEscalation" true -}} {{- end -}}