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

Commit e60a203e 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: 871c3068 am: ca1bcdb2

am: 4bf0a38e

Change-Id: I1490c82306caf867f792cf1fa6a26a8dc7845066
parents 912ea6bb 4bf0a38e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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");