Skip to content

Commit

Permalink
Merge pull request #711 from wking/example-cap-json-typo
Browse files Browse the repository at this point in the history
config: Remove trailing comma in CAP_KILL examples
  • Loading branch information
dqminh authored Mar 8, 2017
2 parents 92f4924 + 379360d commit dd41d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ _Note: symbolic name for uid and gid, such as uname and gname respectively, are
],
"effective": [
"CAP_AUDIT_WRITE",
"CAP_KILL",
"CAP_KILL"
],
"ambient": [
"CAP_NET_BIND_SERVICE"
Expand Down Expand Up @@ -484,7 +484,7 @@ Here is a full example `config.json` for reference.
],
"effective": [
"CAP_AUDIT_WRITE",
"CAP_KILL",
"CAP_KILL"
],
"ambient": [
"CAP_NET_BIND_SERVICE"
Expand Down

0 comments on commit dd41d8f

Please sign in to comment.