summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/private/updater_app.te11
1 files changed, 0 insertions, 11 deletions
diff --git a/common/private/updater_app.te b/common/private/updater_app.te
index 77695ea..ca73ec1 100644
--- a/common/private/updater_app.te
+++ b/common/private/updater_app.te
@@ -5,14 +5,3 @@ r_dir_file(updater_app, storage_file)
# Allow to install OTA's from local storage
allow updater_app backuptool:process noatsecure;
allow updater_app media_rw_data_file:file { open read write getattr };
-
-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 rw_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;