summaryrefslogtreecommitdiffstats
path: root/conf.d/wgt/config.xml.in
AgeCommit message (Collapse)AuthorFilesLines
2019-08-05Update permissionsScott Murray1-0/+2
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
2018-10-09Use feature 'required-binding'Jose Bollo1-1/+1
The feature "urn:AGL:widget:required-binding" is now preferred to the feature "urn:AGL:widget:required-api" for requiring a local binding. Bug-AGL: SPEC-1800 Change-Id: I4a75e9fea38c29efcbbc083729c826e03a89f5d0 Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
2018-08-17Importing agl-service-taskmanager codeYordan Dimitrov1-0/+23
The service queries /proc for system statistics data and collects data for all processes currently running on the system. The data for each consists of process name, process ID, user, system CPU usage, user CPU usage, memory and state. The data is then converted to JSON and sent to the requesting app. v1 - removed trailing whitespaces - added description in the README file - removed URL from config.cmake v2 - added project URL to config.cmake Change-Id: I7670c239191ee9b7333d5a383f1b2fcf6bc774c1 Signed-off-by: Yordan Dimitrov <y.dimitrov.14@gmail.com>