blob: 5257b6e2b0591149b0810f019248cb15c004e8e3 [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.
Andrew Sculle127cff2022-02-15 15:34:04 +00007# TODO(b/219743539) This doesn't successfully disable the console
8kernel.printk.devkmsg=off
9kernel.console=null
Jiyong Parke7407e22021-10-18 15:51:59 +090010
11# ADB is supported but rooting is prohibited.
12androidboot.adb.enabled=1
Jiyong Park779daa92021-10-18 18:33:28 +090013
14# logd is enabled
15# TODO(b/200914564) Filter only the log from the app
16androidboot.logd.enabled=1