From 379360d1c759c55c06628d204fddfc7594d29080 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 6 Mar 2017 12:12:41 -0800 Subject: [PATCH] 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 --- config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.md b/config.md index 92cad0ba8..173ae823f 100644 --- a/config.md +++ b/config.md @@ -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"