blob: f65d4cd4b64f1f697ccd482a2e6dfd8c9072edde [file] [log] [blame]
Jiyong Parke7407e22021-10-18 15:51:59 +09001# TODO(b/203369076) This should be 0 to disable adb rooting. For now, we can't do that because
2# if this is set to 0, adbd enforces the host authentication but we don't put the adb
3# public key (which represents the owner) in the VM yet.
4androidboot.microdroid.debuggable=0
5
6# Console output is not redirect to the host-side.
Jiyong Parkc2a49cc2021-10-15 00:02:12 +09007kernel.console = null
Jiyong Parke7407e22021-10-18 15:51:59 +09008
9# ADB is supported but rooting is prohibited.
10androidboot.adb.enabled=1