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

Commit 6fb86da6 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

Remove restorecon of file_contexts.bin

file_contexts.bin is dead. Long live split file_contexts.

Test: build and flash angler.
Change-Id: I962743ce3e98aefee14d972e04bf4e68bec633a5
parent c5ba667a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -897,7 +897,6 @@ static void selinux_restore_context() {
    selinux_android_restorecon("/dev/urandom", 0);
    selinux_android_restorecon("/dev/__properties__", 0);

    selinux_android_restorecon("/file_contexts.bin", 0);
    selinux_android_restorecon("/plat_file_contexts", 0);
    selinux_android_restorecon("/nonplat_file_contexts", 0);
    selinux_android_restorecon("/plat_property_contexts", 0);