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 15:52:55 +0200
commit0f19df88ec387747300c9da05987f794a19461cc (patch)
tree2d2f29ba7f40c7c57e36845e7aa9e9f9721617f3
parent411dd4c88a27b2ec048d6de80ec44419c22d75be (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: Idde927b165ac1e15591de499a27a5a8be0df771c Bug-AGL: SPEC-2357 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--conf.d/wgt/config.xml.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in
index 6f27215..520342e 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -17,5 +17,6 @@
<feature name="urn:AGL:widget:required-permission">
<param name="urn:AGL:permission::public:no-htdocs" value="required" />
<param name="urn:AGL:permission::public:4a-audio-mixer" value="required" />
+ <param name="urn:AGL:permission::public:display" value="required" />
</feature>
</widget>