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
commitde98827b1ac4ed16f71e090c1ebda341b263f94b (patch)
tree29ccc84516c9a6377f21ff8c5bdd259aa98df49c
parentef6fe8f196227531c7a5de1790d9223e36732516 (diff)
Add the permission required to access the display through the wayland socket. Change-Id: I8e7d8fa6efe17b108bd7790e9ef2043e328598fe 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 d83175d..cd4dbbd 100644
--- a/package/config.xml
+++ b/package/config.xml
@@ -14,5 +14,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>