init: split property context into platform & non-platform components am: 871c306855
am: ca1bcdb286
am: 4bf0a38e72
am: e60a203ec5
Change-Id: I77f9c8229598bfe89e76c486b720e2e7d98e686f
This commit is contained in:
commit
6e30a629cd
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue