aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-08-05 17:00:16 -0400
committerScott Murray <scott.murray@konsulko.com>2019-08-05 17:02:20 -0400
commit4f8aedf34c1db5a65c96e46e8575496ad6a25850 (patch)
tree2f86a6e3c8890778b226b051bafe836275c977ac /conf.d
parenta488b0cb042691a824f46f0a72469e83eb74e56e (diff)
Update permissions
Set platform scope and capabilities permissions to fix behavior with the application framework security updates. Note that platform scope is set to avoid having multiple simultaneous scanners of /proc. Bug-AGL: SPEC-2713 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I5d89446297396766d23121e3e631504bcd1a54bb
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/wgt/config.xml.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in
index 81fb850..8f159a9 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -9,6 +9,8 @@
<feature name="urn:AGL:widget:required-permission">
<param name="urn:AGL:permission::public:hidden" value="required" />
+ <param name="urn:AGL:permission::partner:scope-platform" value="required" />
+ <param name="urn:AGL:permission::system:capability:keep-all" value="required" />
<param name="urn:AGL:permission::system:run-by-default" value="required" />
<param name="urn:AGL:permission::public:no-htdocs" value="required" />
</feature>