diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-07-05 08:48:58 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-07-05 08:48:58 -0400 |
commit | 60b6e19da601758a2583d1858f880750cf17bf03 (patch) | |
tree | 149b0e7e06b52983937e3e24feeb10e5b7eaf882 /conf.d | |
parent | adab62cc782bdf06da5c0ffe521c67544f934f9a (diff) |
Update permissionsicefish_8.99.2icefish_8.99.1icefish/8.99.2icefish/8.99.1halibut_8.0.3halibut_8.0.2halibut_8.0.1halibut_8.0.0halibut_7.99.3halibut/8.0.3halibut/8.0.2halibut/8.0.1halibut/8.0.0halibut/7.99.38.99.28.99.18.0.38.0.28.0.18.0.07.99.3
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
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/wgt/config.xml.in | 1 |
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> |