From 494ce56f88fc377e703896723fdd80c26aa64550 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 30 Nov 2020 19:31:03 -0500 Subject: Add new bluetooth permission Add new bluetooth permission to config.xml.in to yield a dependency on the systemd bluetooth.target target, this helps avoids some of the races observed with BlueZ start up. Since BlueZ seems to start up asynchronously, this change on its own does not fix all race issues, but the additional constraint should make it easier to handle the remaining issues that are seen. Bug-AGL: SPEC-3509 Signed-off-by: Scott Murray Change-Id: Ib47693addf818b58a3577d1dce9cd5dc872a3e80 --- conf.d/wgt/config.xml.in | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index aa1f563..eba7297 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -9,6 +9,7 @@ + -- cgit 1.2.3-korg