From 93ea9e6dfcc83168c6c7a2b63ea1a1d208d39409 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 5 Jun 2017 22:41:52 +0200 Subject: [PATCH] Update config.json --- bluetooth_bcm43xx/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bluetooth_bcm43xx/config.json b/bluetooth_bcm43xx/config.json index 0424cde..cd20ce3 100644 --- a/bluetooth_bcm43xx/config.json +++ b/bluetooth_bcm43xx/config.json @@ -7,7 +7,7 @@ "startup": "initialize", "boot": "auto", "host_network": "true", - "privileged": "NET_ADMIN", + "privileged": ["NET_ADMIN"], "devices": ["/dev/ttyAMA0:/dev/ttyAMA0:rwm"], "options": {}, "schema": {},