aboutsummaryrefslogtreecommitdiffstats
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 16:23:22 +0200
commitb6644e5cffa84e40d62e38f4ee0c14e64e0faf48 (patch)
tree64f58c6a368084f52b3940b9fa813e258ca58b71
parent73e37e8234d6362defcff350fc88b77dcc43fabd (diff)
Add permission to use displayhalibut_7.99.1halibut/7.99.17.99.1
Add the permission required to access the display through the wayland socket. Change-Id: Ia27641e46a1d027c98275f1c99bdbfb204bad456 Bug-AGL: SPEC-2357 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--package/root/config.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/root/config.xml b/package/root/config.xml
index a053f31..375dc54 100644
--- a/package/root/config.xml
+++ b/package/root/config.xml
@@ -8,6 +8,7 @@
<feature name="urn:AGL:widget:required-permission">
<param name="urn:AGL:permission::public:hidden" value="required" />
<param name="urn:AGL:permission::system:run-by-default" value="required" />
+ <param name="urn:AGL:permission::public:display" value="required" />
</feature>
<feature name="urn:AGL:widget:provided-api">
<param name="windowmanager" value="ws" />