summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli B <abittin@gmail.com>2021-04-12 22:23:29 +0300
committerAli B <abittin@gmail.com>2021-04-13 17:24:23 +0300
commit5c8a9f4498ce8f5249d54d69f44aaae4ab0e63b4 (patch)
tree21d112806987903f07e35ce70fd4fcc107d0e9eb
parente21e93fd68f10bef005f480d1b4e1bd6f6440d9c (diff)
updater_app: cleanup
remove duplicates, inherited rules Change-Id: I1ac0162beffb66a563c895406f0c88a63699e819
-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;