Merge "init: split property context into platform & non-platform components"
This commit is contained in:
commit
b8e5553887
1 changed files with 2 additions and 1 deletions
|
|
@ -775,7 +775,8 @@ int main(int argc, char** argv) {
|
||||||
restorecon("/dev/random");
|
restorecon("/dev/random");
|
||||||
restorecon("/dev/urandom");
|
restorecon("/dev/urandom");
|
||||||
restorecon("/dev/__properties__");
|
restorecon("/dev/__properties__");
|
||||||
restorecon("/property_contexts");
|
restorecon("/plat_property_contexts");
|
||||||
|
restorecon("/nonplat_property_contexts");
|
||||||
restorecon("/sys", SELINUX_ANDROID_RESTORECON_RECURSE);
|
restorecon("/sys", SELINUX_ANDROID_RESTORECON_RECURSE);
|
||||||
restorecon("/dev/block", SELINUX_ANDROID_RESTORECON_RECURSE);
|
restorecon("/dev/block", SELINUX_ANDROID_RESTORECON_RECURSE);
|
||||||
restorecon("/dev/device-mapper");
|
restorecon("/dev/device-mapper");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue