FsCrypt.cpp: Do delayed restorecon on /data/vendor_ce am: 6a3ef488e5

am: a9b07fd2c0

Change-Id: I79f6129ddb65203ee7532d6b52838d5a7e25296b
This commit is contained in:
Nick Kralevich 2019-05-15 09:27:59 -07:00 committed by android-build-merger
commit 0b1276ead4

View file

@ -742,6 +742,7 @@ bool fscrypt_prepare_user_storage(const std::string& volume_uuid, userid_t user_
// over these paths
// NOTE: these paths need to be kept in sync with libselinux
android::vold::RestoreconRecursive(system_ce_path);
android::vold::RestoreconRecursive(vendor_ce_path);
android::vold::RestoreconRecursive(misc_ce_path);
}
}