aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-07-05 08:48:58 -0400
committerScott Murray <scott.murray@konsulko.com>2019-07-05 08:48:58 -0400
commit60b6e19da601758a2583d1858f880750cf17bf03 (patch)
tree149b0e7e06b52983937e3e24feeb10e5b7eaf882
parentadab62cc782bdf06da5c0ffe521c67544f934f9a (diff)
Add the new display permission to config.xml.in. Bug-AGL: SPEC-2607 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Icaafda303e7bdc857366d62ee4ea57b904ff4c96
-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 70f5594..aa18bdc 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -10,6 +10,7 @@
<param name="windowmanager" value="ws" />
</feature>
<feature name="urn:AGL:widget:required-permission">
+ <param name="urn:AGL:permission::public:display" value="required" />
<param name="urn:AGL:permission::system:run-by-default" value="required" />
<param name="urn:AGL:permission::public:no-htdocs" value="required" />
</feature>