diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-06-26 12:45:46 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-06-26 12:48:03 -0400 |
commit | fb88a1aad8654810e51c04c918468b623ac9e92e (patch) | |
tree | 92724aa788de77af031fbcc1d237c9be7a7eb071 /conf.d/wgt | |
parent | dfc4fc4ffdabdc6a75b1a62e869bc16c297b8d89 (diff) |
Update permissionshalibut_7.99.2halibut/7.99.27.99.2
Set new platform scope and audio permissions, as there should only be
one instance of this service and it needs access to audio devices.
Bug-AGL: SPEC-2573
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I2b5222bc4437b7cf52edd00ca0060fc37e2cae64
Diffstat (limited to 'conf.d/wgt')
-rw-r--r-- | conf.d/wgt/config.xml.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index c360066..a323255 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -8,8 +8,10 @@ <license>@PROJECT_LICENSE@</license> <feature name="urn:AGL:widget:required-permission"> + <param name="urn:AGL:permission::partner:scope-platform" value="required" /> <param name="urn:AGL:permission::public:hidden" value="required" /> <param name="urn:AGL:permission::public:no-htdocs" value="required" /> + <param name="urn:AGL:permission::public:audio" value="required" /> </feature> <feature name="urn:AGL:widget:file-properties"> |