commit | abce4e8714bed26a2b37b20ad3f02cf619d71c9a | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Thu Jun 18 18:35:32 2009 -0700 |
committer | Christopher Tate <ctate@google.com> | Thu Jun 18 18:38:02 2009 -0700 |
tree | 274cf438fcda8dca4b13a056bc73fea61ba4dd77 | |
parent | 2810f681991d1beb5ceb3515159f9fad3cc341d5 [diff] |
Use signatures on restore On restore now, the backup manager gets the signature blocks corresponding to the restore set from the transport. It then validates those signatures against the on-device app signatures, and refuses to restore data to an app whose on-device sig block does not match the backup image's. Also actually implement 'bmgr transport N' so that we can select the local transport easily during runtime.