From 812255e56a2244caa450ccd5e2c6796291fa082f Mon Sep 17 00:00:00 2001 From: José Bollo <jose.bollo@iot.bzh> Date: Fri, 26 Apr 2019 15:52:55 +0200 Subject: Add permission to use display MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> --- package/config.xml | 1 + 1 file changed, 1 insertion(+) 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> -- cgit