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

Commit b4d65399 authored by Brian Swetland's avatar Brian Swetland
Browse files

disable console in user builds

Also, run console as shell/log instead of root/root.

Change-Id: I6104f1edddfd5e11843ff41d7839d0c296e6a6f9
parent 146481b9
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -277,11 +277,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