From 3f4125c3dee9a8307379148a4e708003bd2d5204 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 28 Aug 2015 22:15:09 -0700 Subject: [PATCH] config: Add example additionalGids The field is optional, but it's nice to have at least one example of it in use. The GIDs I've chosen are currently "tty" and "disk" on Gentoo (1 is "bin"), which may be remotely reasonable choices, but the values we're using don't really matter without an example filesystem to provide context. Signed-off-by: W. Trevor King --- config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.md b/config.md index 08972ad56..36c132fc4 100644 --- a/config.md +++ b/config.md @@ -56,7 +56,7 @@ For Linux-based systems the user structure has the following fields: "user": { "uid": 1, "gid": 1, - "additionalGids": [] + "additionalGids": [5, 6] }, "env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",