init: split property context into platform & non-platform components am: 7a5db4ec7f
am: a0f91e8efc
Change-Id: I2ae968586726bb8639dce914e5bc3f783f21d42e
diff --git a/init/init.cpp b/init/init.cpp
index e7772e7..850a904 100644
--- a/init/init.cpp
+++ b/init/init.cpp
@@ -811,7 +811,8 @@
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");