config: Remove trailing comma in CAP_KILL examples

Fix a JSON typo which snuck in with eb114f05 (Add ambient and bounding
capability support, 2017-02-02, #675).

Signed-off-by: W. Trevor King <wking@tremily.us>
This commit is contained in:
W. Trevor King 2017-03-06 12:12:41 -08:00
parent d87ec6945f
commit 379360d1c7
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"