diff --git a/public/install_recovery.te b/public/install_recovery.te index 132b03da85b9989767fedf9fb795ce2d0325a3f8..06794ee1ec679e2c981f5930bed7ddabf542e14e 100644 --- a/public/install_recovery.te +++ b/public/install_recovery.te @@ -1,5 +1,5 @@ # service flash_recovery in init.rc -type install_recovery, domain, domain_deprecated; +type install_recovery, domain; type install_recovery_exec, exec_type, file_type; allow install_recovery self:capability dac_override;