Skip to content
Snippets Groups Projects
Commit f83c9c51 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

Merge "crashdump: cleanup logs"

am: 391462d1

Change-Id: I29178d894928fa4f6be0c7b76b678c7507562671
parents 5e796989 391462d1
No related branches found
No related tags found
No related merge requests found
crash_dump app_data_file dir 68319037
crash_dump bluetooth_data_file dir 68319037
crash_dump resourcecache_data_file dir 68319037
crash_dump system_data_file file 68319037
crash_dump vendor_overlay_file dir 68319037
platform_app nfc_data_file dir 74331887
priv_app sysfs dir 72749888
priv_app sysfs_android_usb file 72749888
......
......@@ -56,6 +56,16 @@ allow crash_dump tombstone_data_file:file { append getattr };
read_logd(crash_dump)
# Crash dump is not intended to access the following data types. Since these
# are WAI, suppress the denials to clean up the logs.
dontaudit crash_dump {
app_data_file
bluetooth_data_file
resourcecache_data_file
vendor_overlay_file
}:dir search;
dontaudit crash_dump system_data_file:file read;
###
### neverallow assertions
###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment