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

This reverts commit 871c306855.
This commit is contained in:
Jorim Jaggi 2017-01-18 16:27:03 +01:00
parent 7a266fb674
commit e88696ae08
1 changed files with 1 additions and 2 deletions

View File

@ -775,8 +775,7 @@ int main(int argc, char** argv) {
restorecon("/dev/random");
restorecon("/dev/urandom");
restorecon("/dev/__properties__");
restorecon("/plat_property_contexts");
restorecon("/nonplat_property_contexts");
restorecon("/property_contexts");
restorecon("/sys", SELINUX_ANDROID_RESTORECON_RECURSE);
restorecon("/dev/block", SELINUX_ANDROID_RESTORECON_RECURSE);
restorecon("/dev/device-mapper");