fix(apps): sync securityContext from values to questions (#1323)

* fix(apps): sync securityContext from values to questions

* sync oscam runAsGroup

* sync whoogle runAsUser and runAsGroup

* readwrite fs whoogle
This commit is contained in:
Stavros Kois
2021-11-14 14:31:44 +01:00
committed by GitHub
parent fa93d84e29
commit a329655e21
11 changed files with 12 additions and 11 deletions
+2 -2
View File
@@ -360,13 +360,13 @@ questions:
description: "The UserID of the user running the application"
schema:
type: int
default: 568
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: The groupID this App of the user running the application"
schema:
type: int
default: 568
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."