Skip to content

Commit

Permalink
config: Remove trailing comma in CAP_KILL examples
Browse files Browse the repository at this point in the history
Fix a JSON typo which snuck in with eb114f0 (Add ambient and bounding
capability support, 2017-02-02, opencontainers#675).

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Mar 6, 2017
1 parent d87ec69 commit 379360d
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 379360d

Please sign in to comment.