From 2e5dc84d51728644436dfbbacbed054f10e923f5 Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim Date: Thu, 5 Apr 2018 22:42:13 -0700 Subject: recovery: enable fsverity feature bit Bug: 74604441 Bug 67380979 Change-Id: Iab1cc9aef356f0ddf6e2491578a2bd53009182ce Signed-off-by: Jaegeuk Kim --- roots.cpp | 1 + updater/install.cpp | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/roots.cpp b/roots.cpp index 8907bbd9b..184e7992b 100644 --- a/roots.cpp +++ b/roots.cpp @@ -333,6 +333,7 @@ int format_volume(const char* volume, const char* directory) { "-f", "-O", "encrypt", "-O", "quota", + "-O", "verity", "-w", std::to_string(kSectorSize), v->blk_device, }; diff --git a/updater/install.cpp b/updater/install.cpp index 6732ab897..9be7645f3 100644 --- a/updater/install.cpp +++ b/updater/install.cpp @@ -544,12 +544,10 @@ Value* FormatFn(const char* name, State* state, const std::vector