diff --git a/init/init.cpp b/init/init.cpp index 1ce3c35fc..a84bdb5f2 100644 --- a/init/init.cpp +++ b/init/init.cpp @@ -810,7 +810,8 @@ int main(int argc, char** argv) { restorecon("/dev/random"); restorecon("/dev/urandom"); restorecon("/dev/__properties__"); - restorecon("/property_contexts"); + restorecon("/plat_property_contexts"); + restorecon("/nonplat_property_contexts"); restorecon("/sys", SELINUX_ANDROID_RESTORECON_RECURSE); restorecon("/dev/block", SELINUX_ANDROID_RESTORECON_RECURSE); restorecon("/dev/device-mapper");