init: split property context into platform & non-platform components
am: 7a5db4ec7f
Change-Id: Ic0e4926d9142b56256cce3ba7e27d4dc231fe856
This commit is contained in:
commit
a0f91e8efc
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue