diff --git a/private/installd.te b/private/installd.te index 9673cfd74..7615c9286 100644 --- a/private/installd.te +++ b/private/installd.te @@ -47,7 +47,10 @@ get_prop(installd, odsign_prop) allow installd staging_data_file:file unlink; allow installd staging_data_file:dir { open read remove_name rmdir search write getattr }; -allow installd { dex2oat dexoptanalyzer }:process { sigkill signal }; +allow installd { dex2oat dexoptanalyzer }:process signal; + +# installd kills subprocesses if they time out. +allow installd { dex2oat dexoptanalyzer profman }:process sigkill; # Allow installd manage dirs in /data/misc_ce/0/sdksandbox allow installd sdk_sandbox_system_data_file:dir { create_dir_perms relabelfrom };