summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-07-05 08:38:16 -0400
committerScott Murray <scott.murray@konsulko.com>2019-07-05 08:46:51 -0400
commitf98a6ed1cb643ca223c7085f3d6ec7f18c546a2c (patch)
treebf47d15d595e53ce4bec75775268eaf28f3564d7
parentf17f20f028ac5f033ae106261cf36aa8438fd19d (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: I7511db3a9faba049c91df753052d799ecdfbe789
-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>