Skip to content

Commit

Permalink
config: Add example additionalGids
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
wking committed Aug 29, 2015
1 parent 6a5a445 commit 3f4125c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3f4125c

Please sign in to comment.