platform_system_core/fs_mgr/include
Sandeep Patil 95366e97dd fs_mgr: differentiate if fs_mgr_set_verity() was skipped or disabled
In case of non-secure builds (eng variant) fs_mgr_setup_verity() skips
verity checks regardless of fstab options. This is slightly different
than 'adb disable-verity' where it would first read the verity metadata
to check if verity is disabled.

So, this change adds a new return value of FS_MGR_SETUP_VERITY_SKIPPED
instead of piggy backing on the FS_MGR_SETUP_VERITY_DISABLED.

Bug: 62864413
Test: Boot sailfish

Change-Id: I42bf2bdce0ecb18b4c3b568e2bc96bf1590dfb35
Signed-off-by: Sandeep Patil <sspatil@google.com>
2017-06-21 15:04:46 -07:00
..
fs_mgr.h fs_mgr: differentiate if fs_mgr_set_verity() was skipped or disabled 2017-06-21 15:04:46 -07:00
fs_mgr_avb.h first stage mount: removing the requirement of by-name prefix for AVB 2017-05-09 11:03:49 +08:00