summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-04-26 15:52:55 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2019-04-26 15:52:55 +0200
commit812255e56a2244caa450ccd5e2c6796291fa082f (patch)
tree564437878432429d378fbdaca0bad33bda9d69bb
parent4fa86758b0ba480db1f7a41489ce2cf2b3c14691 (diff)
Add the permission required to access the display through the wayland socket. Change-Id: I845c0438f039b18cfd11a872abceb9850bff01e6 Bug-AGL: SPEC-2357 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--package/config.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/config.xml b/package/config.xml
index 2a07994..46001cb 100644
--- a/package/config.xml
+++ b/package/config.xml
@@ -13,5 +13,6 @@
</feature>
<feature name="urn:AGL:widget:required-permission">
<param name="urn:AGL:permission::public:no-htdocs" value="required" />
+ <param name="urn:AGL:permission::public:display" value="required" />
</feature>
</widget>