Add user struct based on spec implementation.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2015-07-01 09:57:26 -07:00
parent 1865c0aac6
commit e15b86edb9
5 changed files with 18 additions and 10 deletions
+5 -1
View File
@@ -49,7 +49,11 @@ user named `daemon` defined within that file-system.
},
"process": {
"terminal": true,
"user": "daemon",
"user": {
"uid": 0,
"gid": 0,
"additionalGids": null
},
"args": [
"sh"
],