Skip to content

Commit 3f4125c

Browse files
committed
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 <[email protected]>
1 parent 6a5a445 commit 3f4125c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For Linux-based systems the user structure has the following fields:
5656
"user": {
5757
"uid": 1,
5858
"gid": 1,
59-
"additionalGids": []
59+
"additionalGids": [5, 6]
6060
},
6161
"env": [
6262
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",

0 commit comments

Comments
 (0)