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

Commit 1e47a746 authored by gcondra@google.com's avatar gcondra@google.com Committed by Android Git Automerger
Browse files

am 253e91b4: am 477e35d6: Revert "Add persistent property for SELinux enforcment status."

* commit '253e91b4':
  Revert "Add persistent property for SELinux enforcment status."
parents acef650d 253e91b4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -92,7 +92,6 @@ struct {
    { "persist.service.", AID_SYSTEM,   0 },
    { "persist.security.", AID_SYSTEM,   0 },
    { "persist.service.bdroid.", AID_BLUETOOTH,   0 },
    { "persist.selinux.enforcing", AID_SYSTEM,  0},
    { "selinux."         , AID_SYSTEM,   0 },
    { NULL, 0, 0 }
};
+0 −6
Original line number Diff line number Diff line
@@ -413,12 +413,6 @@ on property:selinux.reload_policy=1
    restart ueventd
    restart installd

on property:persist.selinux.enforcing=1
    setenforce 1

on property:persist.selinux.enforcing=0
    setenforce 0

service console /system/bin/sh
    class core
    console