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

Commit b7171987 authored by Brian Swetland's avatar Brian Swetland Committed by Android Git Automerger
Browse files

am b4d65399: disable console in user builds

parents 60afdedc b4d65399
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -282,11 +282,17 @@ on boot

## Daemon processes to be run by init.
##
service ueventd /sbin/ueventd
    critical

service console /system/bin/sh
    console
    disabled
    user shell
    group log

service ueventd /sbin/ueventd
    critical
on property:ro.secure=0
    start console

# adbd is controlled by the persist.service.adb.enable system property
service adbd /sbin/adbd