aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-10-08 19:05:39 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2019-10-10 14:58:46 +0000
commitf68b681e785456207fd8195ac83ade0c89373416 (patch)
tree523555d590280f8cc9f3f197f272b1bda8cd81b4
parent2435856512bfae534fe9ac1460ef686fb7651e1d (diff)
This change allows binders to use API not declared in the config.xml file. This behaviour is allowed by the platform permission urn:AGL:permission::platform:apis:auto-ws It allows a binding to use started bindings not listed in their config.xml file. But it does not allow to start them or to discover them. Bug-AGL: SPEC-2871 Change-Id: Iff0ec8417541171d446254e538201b7f6c7887ea Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--conf/unit/binder.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/unit/binder.inc b/conf/unit/binder.inc
index 58f877f..a94e69d 100644
--- a/conf/unit/binder.inc
+++ b/conf/unit/binder.inc
@@ -46,6 +46,7 @@ ENDIF \
ON_VALUE(dbus, --dbus-server={{name}}) \
ON_VALUE(tcp, --ws-server=tcp:{{name}}) \
{{/provided-api}} \
+ ON_PERM(:platform:apis:auto-ws, --auto-api=API_PATH_WS) \
ON_CONTENT(text/html, --exec /usr/bin/web-runtime http://localhost:@p/{{content.src}}?token=@t) \
ON_CONTENT(application/vnd.agl.native, --exec {{:#metadata.install-dir}}/{{content.src}} @p @t)
%nl