Skip to content
Snippets Groups Projects
Commit 627ba82b authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

crashdump: cleanup logs

Suppress WAI denials from crashdump.

Test: build/flash Taimen. Verify no new denials.
Bug: 68319037
Change-Id: If39d057cb020def7afe89fd95e049e45cce2ae16
(cherry picked from commit cc0304cf)
parent 4f673cf4
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 platform_app nfc_data_file dir 74331887
priv_app sysfs dir 72749888 priv_app sysfs dir 72749888
priv_app sysfs_android_usb file 72749888 priv_app sysfs_android_usb file 72749888
......
...@@ -56,6 +56,16 @@ allow crash_dump tombstone_data_file:file { append getattr }; ...@@ -56,6 +56,16 @@ allow crash_dump tombstone_data_file:file { append getattr };
read_logd(crash_dump) 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 ### neverallow assertions
### ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment