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

Commit 4f489c02 authored by Sandeep Patil's avatar Sandeep Patil Committed by android-build-merger
Browse files

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

init: split property context into platform & non-platform components am: 7a5db4ec am: a0f91e8e am: a4607a2e
am: 0b5935b9

Change-Id: I5de41b580a1a2fb2d2467ec2b65ce666a13fb50b
parents 15c151bd 0b5935b9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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");