From 36351a58086fc5d07fffb63cff557e33d72009ea Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Thu, 12 Jan 2023 16:55:11 +0200 Subject: [PATCH] add another todo --- 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 20ebaf5555..ae14bda299 100644 --- a/library/common/1.0.0/templates/lib/container/_security.tpl +++ b/library/common/1.0.0/templates/lib/container/_security.tpl @@ -176,7 +176,7 @@ The reason is not splitted, is that on one of the places needs a combo of all va {{- end -}} {{- if $appendDeviceGroups -}} - {{/* Append the "tty" Group */}} + {{/* Append the "tty" Group */}} {{/* TODO: Check groups */}} {{- $_ := set $returnValue "supplementalGroups" (mustAppend $returnValue.supplementalGroups 5) -}} {{/* Append the "uucp" Group (used for USB/TTY/RS232) */}} {{- $_ := set $returnValue "supplementalGroups" (mustAppend $returnValue.supplementalGroups 10) -}}