init: split property context into platform & non-platform components

am: 871c306855

Change-Id: I2702dba233f674a19e7a44541e74124be3b0b0f0
This commit is contained in:
Sandeep Patil 2017-01-18 06:17:53 +00:00 committed by android-build-merger
commit ca1bcdb286
1 changed files with 2 additions and 1 deletions

View File

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