Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a5db4ec authored by Sandeep Patil's avatar Sandeep Patil
Browse files

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



Bug: 33746484
Test: Successfully boot with original service and property contexts.
Test: Successfully boot with split serivce and property contexts.
Test: 'getprop -Z'
Change-Id: Ib9c087115040c1609aa64a3ed66d4e67e937e33d
Signed-off-by: default avatarSandeep Patil <sspatil@google.com>
parent 1cb8d9df
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -810,7 +810,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");