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 " +
|
||||
"androidboot.first_stage_console=1 " +
|
||||
"androidboot.hardware=microdroid " +
|
||||
"androidboot.boot_devices=10000.pci " +
|
||||
// TODO(b/181747352) remove this to enforce selinux
|
||||
"androidboot.selinux=permissive",
|
||||
"androidboot.boot_devices=10000.pci ",
|
||||
dtb_prebuilt: "dummy_dtb.img",
|
||||
header_version: "4",
|
||||
partition_name: "boot",
|
||||
|
|
Loading…
Reference in New Issue