blob: 529ed0784b7ac2a743776419c079d0751219774d [file] [log] [blame]
Andrew Scull65ddfc42022-02-14 21:03:58 +00001# The app is debuggable.
2androidboot.microdroid.app_debuggable=1
3
Jiyong Parke7407e22021-10-18 15:51:59 +09004# TODO(b/203369076) This should be 0 to disable adb rooting. For now, we can't do that because
5# if this is set to 0, adbd enforces the host authentication but we don't put the adb
6# public key (which represents the owner) in the VM yet.
7androidboot.microdroid.debuggable=0
8
9# Console output is not redirect to the host-side.
Andrew Sculle127cff2022-02-15 15:34:04 +000010kernel.printk.devkmsg=off
Jiyong Park24044fe2022-09-23 15:05:40 +090011kernel.console=ttynull
Jiyong Parke7407e22021-10-18 15:51:59 +090012
13# ADB is supported but rooting is prohibited.
14androidboot.adb.enabled=1