Skip to content

Commit dd41d8f

Browse files
authored
Merge pull request #711 from wking/example-cap-json-typo
config: Remove trailing comma in CAP_KILL examples
2 parents 92f4924 + 379360d commit dd41d8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ _Note: symbolic name for uid and gid, such as uname and gname respectively, are
215215
],
216216
"effective": [
217217
"CAP_AUDIT_WRITE",
218-
"CAP_KILL",
218+
"CAP_KILL"
219219
],
220220
"ambient": [
221221
"CAP_NET_BIND_SERVICE"
@@ -484,7 +484,7 @@ Here is a full example `config.json` for reference.
484484
],
485485
"effective": [
486486
"CAP_AUDIT_WRITE",
487-
"CAP_KILL",
487+
"CAP_KILL"
488488
],
489489
"ambient": [
490490
"CAP_NET_BIND_SERVICE"

0 commit comments

Comments
 (0)