• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1service socket_vsock_proxy /vendor/bin/socket_vsock_proxy -tcp_port=5555 -vsock_port=6520
2    seclabel u:r:socket_vsock_proxy:s0
3
4service console /system/bin/sh
5    class core
6    console
7    disabled
8    user root
9    group shell log readproc
10    seclabel u:r:shell:s0
11    setenv HOSTNAME console
12
13on boot
14    start socket_vsock_proxy
15
16on property:ro.debuggable=1
17    start console
18