Merge "Revert "[res] Allow accessing idmap files in all zygotes"" into main
diff --git a/private/app_zygote.te b/private/app_zygote.te
index b51f633..e3869cd 100644
--- a/private/app_zygote.te
+++ b/private/app_zygote.te
@@ -93,10 +93,6 @@
 # Allow app_zygote to access odsign verification status
 get_prop(app_zygote, odsign_prop)
 
-# /data/resource-cache
-allow app_zygote resourcecache_data_file:file r_file_perms;
-allow app_zygote resourcecache_data_file:dir r_dir_perms;
-
 #####
 ##### Neverallow
 #####
diff --git a/private/webview_zygote.te b/private/webview_zygote.te
index 1e32c1f..0556950 100644
--- a/private/webview_zygote.te
+++ b/private/webview_zygote.te
@@ -93,10 +93,6 @@
 # Allow webview_zygote to access odsign verification status
 get_prop(zygote, odsign_prop)
 
-# /data/resource-cache
-allow webview_zygote resourcecache_data_file:file r_file_perms;
-allow webview_zygote resourcecache_data_file:dir r_dir_perms;
-
 #####
 ##### Neverallow
 #####