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) -}}