diff options
| -rw-r--r-- | common/private/updater_app.te | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/private/updater_app.te b/common/private/updater_app.te index b4b2dd5..f0d2243 100644 --- a/common/private/updater_app.te +++ b/common/private/updater_app.te @@ -7,12 +7,18 @@ binder_call(updater_app, gpuservice) binder_call(updater_app, update_engine) allow updater_app app_api_service:service_manager find; +allow updater_app recovery_service:service_manager find; allow updater_app system_api_service:service_manager find; allow updater_app update_engine_service:service_manager find; allow updater_app app_data_file:dir create_dir_perms; allow updater_app app_data_file:{ file lnk_file } create_file_perms; +allow updater_app cache_file:dir r_dir_perms; + +allow updater_app cache_recovery_file:dir rw_dir_perms; +allow updater_app cache_recovery_file:file create_file_perms; + allow updater_app ota_package_file:dir create_dir_perms; allow updater_app ota_package_file:file create_file_perms; |
