aboutsummaryrefslogtreecommitdiffstats
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 21:43:02 +0000
commit381083145d9505add08b05aac98a05056c75a8e2 (patch)
tree2f86a6e3c8890778b226b051bafe836275c977ac
parenta488b0cb042691a824f46f0a72469e83eb74e56e (diff)
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
-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>