init: split property context into platform & non-platform components am: 7a5db4ec7f am: a0f91e8efc

am: a4607a2e0c

Change-Id: I85e54f4bdab68d0de1737ba894163512c45acf4a
This commit is contained in:
Sandeep Patil 2017-01-30 19:28:59 +00:00 committed by android-build-merger
commit 0b5935b956

View file

@ -811,7 +811,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");