| commit | 6c573cf2a575fe8030ff02622a4ebe28556cba03 | [log] [tgz] |
|---|---|---|
| author | Xiaochu Liu <[email protected]> | Mon Nov 27 23:09:43 2017 |
| committer | chrome-bot <[email protected]> | Fri Dec 01 04:30:16 2017 |
| tree | 7c189e55fbf8d0ee663632c413ce4c98a4efa37b | |
| parent | 1c3fbed9123c081c73b1bc97f755ccf7a753b74d [diff] |
dbus API UnmountComponent UnmountComponent takes a component name and unmount all mount points of this component. The user of this API is component updater and the API does exactly what caller wants. BUG=chromium:781992 TEST=unmount a component on device successfully. an autotest will be added to cover this API. Change-Id: Ie4238e4a361608fb92086b966a6f1b70f0855b93 Reviewed-on: https://chromium-review.googlesource.com/791858 Commit-Ready: Xiaochu Liu <[email protected]> Tested-by: Xiaochu Liu <[email protected]> Reviewed-by: Greg Kerr <[email protected]>
This aims to provide a generic utility to verify and load (mount) signed disk images through DBUS IPC.
imageloaderimageloader handles the mounting of disk images. imageloader should be executed via the imageloader_wrapper script, which ensures that imageloader's storage exists and is owned by imageloaderd user. When imageloader is not running, DBus will automatically invoke it. After 20 seconds of inactivity, the service exits.