Merge "FsCrypt.cpp: Do delayed restorecon on /data/vendor_ce"

This commit is contained in:
Treehugger Robot 2019-05-15 19:06:04 +00:00 committed by Gerrit Code Review
commit 3b290ece1a

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);
}
}