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
commit75623ace444c05953c9bfb608b400c5cfc721f7c (patch)
treee2f8f99d19cca6fe9483ffcf60dcb1531103b26a
parent963cc6202056d6379c2de7caaa6e1be1ea29046c (diff)
Add permission to use display
Add the permission required to access the display through the wayland socket. Change-Id: I1a98e27224a69631f28e65753d41ae822747ae05 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 a15baee..a14b1f3 100644
--- a/package/config.xml
+++ b/package/config.xml
@@ -19,5 +19,6 @@
<param name="urn:AGL:permission::system:run-by-default" value="required" />
<param name="http://tizen.org/privilege/internal/dbus" value="required" />
<param name="urn:AGL:permission::public:4a-audio-mixer" value="required" />
+ <param name="urn:AGL:permission::public:display" value="required" />
</feature>
</widget>