14a26fbe28f727f5c8ae472122be9ee0a8374d25
[AGL/meta-agl.git] / meta-app-framework / recipes-core / af-main / af-main / Hack-to-allow-the-debugging.patch
1 From a4fbfb88f1b7c4f4287d9279767220fae80d26da Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Jos=C3=A9=20Bollo?= <jose.bollo@iot.bzh>
3 Date: Thu, 21 Jan 2016 15:07:29 +0100
4 Subject: [PATCH] Hack to allow the debugging
5
6 This is a temporarily fix to continue debugging
7 afm-main. This should be removed later.
8
9 Change-Id: I2f10f0cb1fce2ee30bd0754ad2e7bc8e2f6513aa
10 ---
11  conf/afm-user-daemon.conf | 2 +-
12  1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/conf/user/afm-user-daemon.conf b/conf/user/afm-user-daemon.conf
15 index 801c7ae..98a3152 100644
16 --- a/conf/user/afm-user-daemon.conf
17 +++ b/conf/user/afm-user-daemon.conf
18 @@ -25,7 +25,7 @@
19          </policy>
20  
21          <policy context="default">
22 -                <deny own="org.AGL.afm.user"/>
23 +                <allow own="org.AGL.afm.user"/>
24                  <allow send_destination="org.AGL.afm.system"/>
25          </policy>
26  
27 -- 
28 2.1.4
29