emulator: Whitelist ro.kernel.qemu. parameters

And ro.kernel.android.bootanim (used to en/disable boot-anim)

Bug: 79941736
Test: Manual
Change-Id: Ib486903dec92df88b4d33bad6262cbcfc2aa1c4c
This commit is contained in:
huans 2018-05-25 12:20:11 -07:00 committed by bohu
parent 6f6fbebcef
commit 66b55782b8
2 changed files with 4 additions and 2 deletions

View File

@ -271,7 +271,8 @@ ro.hardware.vibrator u:object_r:exported_default_prop:s0 exact string
ro.hardware.virtual_device u:object_r:exported_default_prop:s0 exact string
ro.hardware.vulkan u:object_r:exported_default_prop:s0 exact string
ro.kernel.qemu u:object_r:exported_default_prop:s0 exact int
ro.kernel.qemu.gles u:object_r:exported_default_prop:s0 exact int
ro.kernel.qemu. u:object_r:exported_default_prop:s0
ro.kernel.android.bootanim u:object_r:exported_default_prop:s0 exact int
ro.odm.build.date u:object_r:exported_default_prop:s0 exact string
ro.odm.build.date.utc u:object_r:exported_default_prop:s0 exact int
ro.odm.build.fingerprint u:object_r:exported_default_prop:s0 exact string

View File

@ -271,7 +271,8 @@ ro.hardware.vibrator u:object_r:exported_default_prop:s0 exact string
ro.hardware.virtual_device u:object_r:exported_default_prop:s0 exact string
ro.hardware.vulkan u:object_r:exported_default_prop:s0 exact string
ro.kernel.qemu u:object_r:exported_default_prop:s0 exact int
ro.kernel.qemu.gles u:object_r:exported_default_prop:s0 exact int
ro.kernel.qemu. u:object_r:exported_default_prop:s0
ro.kernel.android.bootanim u:object_r:exported_default_prop:s0 exact int
ro.odm.build.date u:object_r:exported_default_prop:s0 exact string
ro.odm.build.date.utc u:object_r:exported_default_prop:s0 exact int
ro.odm.build.fingerprint u:object_r:exported_default_prop:s0 exact string