aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-11-30 19:37:25 -0500
committerScott Murray <scott.murray@konsulko.com>2020-11-30 19:38:55 -0500
commit8c6e15356eaa9b13ff76873e79362ad78c730ec5 (patch)
treed9e9fb57ae9a0daaea9fcfc264ca8991178c90f1
parentcbd449dfa746c1486a05be7891bc447f36c5271f (diff)
Add new network permissionkoi_10.91.0koi/10.91.010.91.0
Add new network permission to config.xml.in to yield a dependency on the systemd network.target target, this avoids the races observed with connman start up. Bug-AGL: SPEC-3509 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I9738f250ba95cc8c644cf1aa5ce363bb17c0521f
-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 cc625c2..2b7110d 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -9,6 +9,7 @@
<feature name="urn:AGL:widget:required-permission">
<param name="urn:AGL:permission::public:hidden" value="required" />
+ <param name="urn:AGL:permission::public:network" value="required" />
<param name="urn:AGL:permission::system:run-by-default" value="required" />
<param name="urn:AGL:permission::partner:scope-platform" value="required" />
<param name="http://tizen.org/privilege/internal/dbus" value="required" />