Track the setsebool change in the emulator init.rc.
setsebool's syntax changed in November. This is the sole caller in AOSP. Change-Id: I0da608ee974bc3a9060372ef68a71c52726a44a6
This commit is contained in:
parent
82ea44f88f
commit
334ad0ed49
|
@ -5,7 +5,7 @@ on early-init
|
|||
symlink /mnt/sdcard /sdcard
|
||||
|
||||
on boot
|
||||
setsebool in_qemu=1
|
||||
setsebool in_qemu 1
|
||||
restorecon /sys/qemu_trace/process_name
|
||||
restorecon /sys/qemu_trace/state
|
||||
restorecon /sys/qemu_trace/symbol
|
||||
|
|
Loading…
Reference in New Issue