Andrew Scull | 65ddfc4 | 2022-02-14 21:03:58 +0000 | [diff] [blame] | 1 | # The app is debuggable. |
| 2 | androidboot.microdroid.app_debuggable=1 |
| 3 | |
Jiyong Park | e7407e2 | 2021-10-18 15:51:59 +0900 | [diff] [blame] | 4 | # 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. |
| 7 | androidboot.microdroid.debuggable=0 |
| 8 | |
| 9 | # Console output is not redirect to the host-side. |
Andrew Scull | e127cff | 2022-02-15 15:34:04 +0000 | [diff] [blame] | 10 | kernel.printk.devkmsg=off |
Jiyong Park | 24044fe | 2022-09-23 15:05:40 +0900 | [diff] [blame] | 11 | kernel.console=ttynull |
Jiyong Park | e7407e2 | 2021-10-18 15:51:59 +0900 | [diff] [blame] | 12 | |
| 13 | # ADB is supported but rooting is prohibited. |
| 14 | androidboot.adb.enabled=1 |