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 <wking@tremily.us>
This commit is contained in:
W. Trevor King 2015-08-28 22:15:09 -07:00
parent 6a5a445465
commit 3f4125c3de
1 changed files with 1 additions and 1 deletions

View File

@ -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",