summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-06-18 00:36:06 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-10 23:59:54 +0200
commit81c7dd2c3248f0df563c21b444441ef92067167f (patch)
tree9da6ba813af1945eee7026dbefb68ab5e377226c /conf.d
parent5d0e551a25edeba7df7f64b1370bad7558b9b2f1 (diff)
Improved trace verb to support list of pids
Change-Id: Ia6e650f2a7edf29d1f135fb47e5a513bcd83b3c8 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d')
m---------conf.d/app-templates0
-rw-r--r--conf.d/project/etc/xds-supervisor-config.json9
2 files changed, 7 insertions, 2 deletions
diff --git a/conf.d/app-templates b/conf.d/app-templates
-Subproject e400fb3543217ccd4e2b2a67b018bc947f09bd2
+Subproject 66f7bc88bfc7a17e1ef277c4f7293f95f6ec8b6
diff --git a/conf.d/project/etc/xds-supervisor-config.json b/conf.d/project/etc/xds-supervisor-config.json
index 39309bb..654b4b2 100644
--- a/conf.d/project/etc/xds-supervisor-config.json
+++ b/conf.d/project/etc/xds-supervisor-config.json
@@ -24,9 +24,14 @@
"action": "plugin://supervisor#list"
},
{
- "uid": "trace",
+ "uid": "trace/start",
"privileges": "urn:AGL:permission::platform:can:trace ",
- "action": "plugin://supervisor#trace"
+ "action": "plugin://supervisor#trace_start"
+ },
+ {
+ "uid": "trace/stop",
+ "privileges": "urn:AGL:permission::platform:can:trace ",
+ "action": "plugin://supervisor#trace_stop"
}
],