Jiyong Park | e7407e2 | 2021-10-18 15:51:59 +0900 | [diff] [blame] | 1 | # 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. |
| 4 | androidboot.microdroid.debuggable=0 |
| 5 | |
| 6 | # Console output is not redirect to the host-side. |
Jiyong Park | c2a49cc | 2021-10-15 00:02:12 +0900 | [diff] [blame] | 7 | kernel.console = null |
Jiyong Park | e7407e2 | 2021-10-18 15:51:59 +0900 | [diff] [blame] | 8 | |
| 9 | # ADB is supported but rooting is prohibited. |
| 10 | androidboot.adb.enabled=1 |
Jiyong Park | 779daa9 | 2021-10-18 18:33:28 +0900 | [diff] [blame] | 11 | |
| 12 | # logd is enabled |
| 13 | # TODO(b/200914564) Filter only the log from the app |
| 14 | androidboot.logd.enabled=1 |