platform_system_core/fs_mgr
Sami Tolvanen ac5c1224cf fs_mgr: Use ro.boot.veritymode
If verity state is managed by bootloader, it will pass the verity
mode to the kernel in the androidboot.veritymode command line
parameter. Init copies the value to the ro.boot.veritymode property.

Check for ro.boot.veritymode in fs_mgr and use the value to set
dm-verity mode. If this property is not set, store verity state in
metadata as before, if a storage location is specified in fstab.

Change-Id: Ife3c978c133248432c302583d3b70e179605fe42
2015-06-10 17:40:29 +01:00
..
include Merge "Set verity mode as the verified property value" 2015-04-07 08:45:24 +00:00
Android.mk Revert "Revert "fs_mgr_verity: Add support for squashfs"" 2015-04-08 18:08:00 -07:00
fs_mgr.c Don't use TEMP_FAILURE_RETRY on close in system/core. 2015-05-15 19:16:40 -07:00
fs_mgr_fstab.c Revert "Revert "Adding e4crypt support"" 2015-03-31 13:02:13 -07:00
fs_mgr_main.c Cleanup: warning fixit. 2014-04-11 16:15:46 -07:00
fs_mgr_priv.h Revert "Revert "Adding e4crypt support"" 2015-03-31 13:02:13 -07:00
fs_mgr_priv_verity.h Revert "Revert "Enable verity on userdebug, and add disable-verity to adb"" 2014-12-09 17:02:17 -08:00
fs_mgr_verity.c fs_mgr: Use ro.boot.veritymode 2015-06-10 17:40:29 +01:00