Enable selinux on microdroid
Bug: 181747352 Test: boot microdroid and see adb works Change-Id: Ibe93d03a74fbc99bf25131cae2b680b28c005f91
This commit is contained in:
parent
c07748120d
commit
0c6fb5b854
|
@ -153,9 +153,7 @@ bootimg {
|
||||||
"printk.devkmsg=on " +
|
"printk.devkmsg=on " +
|
||||||
"androidboot.first_stage_console=1 " +
|
"androidboot.first_stage_console=1 " +
|
||||||
"androidboot.hardware=microdroid " +
|
"androidboot.hardware=microdroid " +
|
||||||
"androidboot.boot_devices=10000.pci " +
|
"androidboot.boot_devices=10000.pci ",
|
||||||
// TODO(b/181747352) remove this to enforce selinux
|
|
||||||
"androidboot.selinux=permissive",
|
|
||||||
dtb_prebuilt: "dummy_dtb.img",
|
dtb_prebuilt: "dummy_dtb.img",
|
||||||
header_version: "4",
|
header_version: "4",
|
||||||
partition_name: "boot",
|
partition_name: "boot",
|
||||||
|
|
Loading…
Reference in New Issue