| commit | aa5ede6d71d5305b1f67c3d319ef77f379071c58 | [log] [tgz] |
|---|---|---|
| author | Mattias Nissler <[email protected]> | Thu Nov 09 10:31:26 2017 |
| committer | chrome-bot <[email protected]> | Thu Nov 09 22:12:16 2017 |
| tree | bdd4bc1aaf36f8f136b420ee792bc6ddc01e6470 | |
| parent | b076fef1a86edcf6579df85e97a5653646a92073 [diff] |
Update imageloader.conf to justify startup behavior The general rule is to avoid blocking UI startup as much as possible, except for stuff that is needed to bring up the UI. The latter applies in this case, so reorganize comments a bit to justify this. BUG=None TEST=None Change-Id: I9388987b212450e3a89c7f04bd27bf3ed23c2b0b Reviewed-on: https://chromium-review.googlesource.com/760316 Commit-Ready: Greg Kerr <[email protected]> Tested-by: Greg Kerr <[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.