From 05f230d0e03bce2a63f40ff796ff033fdc7c77c3 Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Fri, 31 Jul 2020 10:40:49 +0900 Subject: [PATCH] Add the default deny rule for org.projectx.bt.mesh There were some policy check errors, this patchset resolves the issues. /busconfig/policy[1]/allow[2] : For each allow own you must add a deny own in default context. /busconfig/policy[1]/allow[4] : For each allow send_destination you must add a deny send_destination in default context. /busconfig/policy[1]/allow[4] : For each allow send_destination you must add a deny own or deny own_prefix in default context. Change-Id: Ib191d912b9f64354d77ceb57d5eeab295f53cda2 Signed-off-by: DoHyun Pyun --- bt-service/bluetooth-frwk-service.conf.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bt-service/bluetooth-frwk-service.conf.in b/bt-service/bluetooth-frwk-service.conf.in index db71f5d..12066a8 100644 --- a/bt-service/bluetooth-frwk-service.conf.in +++ b/bt-service/bluetooth-frwk-service.conf.in @@ -29,6 +29,8 @@ + + -- 2.7.4