sepolicy: fix crashdump denials
diff --git a/sepolicy/crash_dump.te b/sepolicy/crash_dump.te
index b575e22..1a979bf 100644
--- a/sepolicy/crash_dump.te
+++ b/sepolicy/crash_dump.te
@@ -5,3 +5,4 @@
 allow crash_dump device_config_runtime_native_prop:file { getattr map open };
 allow crash_dump hwservicemanager_prop:file { getattr map open };
 allow crash_dump runtime_event_log_tags_file:file getattr;
+allow crash_dump resourcecache_data_file:file { getattr map open read };