android_device_peter_gsi/init/init_gsi.rc
Peter Cai aec3bfb881 init_gsi: run SPL prop spoofing on late-init instead of post-fs
This fixes a potential race between starting init_gsi and vold / vdc /
keystore / keymaster... which could cause havoc if the TEE
implementation is stringent on SPL.
2022-05-30 15:59:47 -04:00

6 lines
153 B
Plaintext

on late-init
exec u:r:init_gsi:s0 root -- /system_ext/bin/init_gsi --late-init
on post-fs
exec u:r:init_gsi:s0 root -- /system_ext/bin/init_gsi