commit | 99ec013d58dfe2b2792415bbe9cfb694ca9d58b8 | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Thu Nov 03 23:57:58 2022 +0800 |
committer | Yi-Yo Chiang <yochiang@google.com> | Wed Nov 09 17:12:39 2022 +0800 |
tree | d168865ad7ca0638de515a4a91c805ea2f56394b | |
parent | ab4dd01395faaff0cd8095cd03e26eb8b520a5bf [diff] |
remount: Simplify disable verity logic We are calling avb_user_verity_set() _for each_ fstab entry in order to disable verity. This is an artifact from back when each partition has its own verity flag (VB1.0). Since AVB, the verity flag in vbmeta affects all dm-verity device, thus we only need to call avb_user_verity_set() once. Bug: 241688845 Test: adb-remount-test Change-Id: Ie5b788e2d34f83152228db62f84d26a32e2b26e0