Merge pull request #711 from wking/example-cap-json-typo

config: Remove trailing comma in CAP_KILL examples
This commit is contained in:
Daniel, Dao Quang Minh 2017-03-08 15:49:58 +00:00 committed by GitHub
commit dd41d8ffd6
1 changed files with 2 additions and 2 deletions

View File

@ -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"
@ -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"