diff options
author | Darin Petkov <petkov@chromium.org> | 2010-10-13 10:59:44 -0700 |
---|---|---|
committer | Darin Petkov <petkov@chromium.org> | 2010-10-13 10:59:44 -0700 |
commit | 698d04196deec8374ff148291db0afc7fec9cdcc (patch) | |
tree | 2835c2c975e5db2f9ac5b853f35d833121cd4e09 /action_processor.h | |
parent | 7ea3233e05ea10345aae337cd095f2c46ca90520 (diff) |
AU: Verify source rootfs/kernel hashes before applying delta.
New style full updates will not send the old rootfs hash so no check takes
place.
BUG=7562
TEST=unit tests, gmerged on device and tested with good/bad source partition
Change-Id: I65b28bf57110e4d87472d4aea59121878cde24b0
Review URL: http://codereview.chromium.org/3712003
Diffstat (limited to 'action_processor.h')
-rw-r--r-- | action_processor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/action_processor.h b/action_processor.h index fc42a240..9bc4ef29 100644 --- a/action_processor.h +++ b/action_processor.h @@ -37,6 +37,7 @@ enum ActionExitCode { kActionCodeDownloadSizeMismatchError = 11, kActionCodeDownloadPayloadVerificationError = 12, kActionCodeDownloadAppliedUpdateVerificationError = 13, + kActionCodeDownloadWriteError = 14, }; class AbstractAction; |