diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-11-30 19:37:25 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-11-30 19:38:55 -0500 |
commit | 8c6e15356eaa9b13ff76873e79362ad78c730ec5 (patch) | |
tree | d9e9fb57ae9a0daaea9fcfc264ca8991178c90f1 /conf.d | |
parent | cbd449dfa746c1486a05be7891bc447f36c5271f (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
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 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" /> |