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

Commit 60fc9997 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "init: Remove the obsolete restorecon for /sbin files."

parents 99ff4dd3 a68d8c9e
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -434,12 +434,6 @@ void SelinuxRestoreContext() {

    selinux_android_restorecon("/dev/block", SELINUX_ANDROID_RESTORECON_RECURSE);
    selinux_android_restorecon("/dev/device-mapper", 0);

    selinux_android_restorecon("/sbin/mke2fs_static", 0);
    selinux_android_restorecon("/sbin/e2fsdroid_static", 0);

    selinux_android_restorecon("/sbin/mkfs.f2fs", 0);
    selinux_android_restorecon("/sbin/sload.f2fs", 0);
}

int SelinuxKlogCallback(int type, const char* fmt, ...) {