commit | 52fa0dbfdcc3de588a26aa8931b10d3283a37436 | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Thu Apr 07 01:55:06 2022 +0100 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Thu Apr 07 01:55:06 2022 +0100 |
tree | f53209e0bd70d45e2e989091adb6bb4a56ce9351 | |
parent | 4146e5d1a23f4d2045e7b36f2a256bd7e776a9bf [diff] |
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 };