add another todo

This commit is contained in:
Stavros kois
2023-01-12 16:55:11 +02:00
parent e92e15d64e
commit 36351a5808

View File

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