Skip to content
Snippets Groups Projects
Commit a3b3bdbb authored by Joel Galenson's avatar Joel Galenson
Browse files

Widen crash_dump dontaudit.

We have seen crash_dump denials for radio_data_file,
shared_relro_file, shell_data_file, and vendor_app_file.  This commit
widens an existing dontaudit to include them as well as others that we
might see.

Test: Boot device.
Change-Id: I9ad2a2dafa8e73b13c08d0cc6886274a7c0e3bac
parent d4dd2f57
No related branches found
No related tags found
No related merge requests found
......@@ -59,10 +59,8 @@ 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
core_data_file_type
vendor_file_type
}:dir search;
dontaudit crash_dump system_data_file:file read;
......
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