Merge "crash_dump: suppress denials on properties"

am: 30fabbf50e

Change-Id: I8b4adc7181ce4fd76c8b36aa61432bb3286cd514
This commit is contained in:
Jeff Vander Stoep 2019-02-07 12:33:52 -08:00 committed by android-build-merger
commit 949efb86c5

View file

@ -50,13 +50,14 @@ allow crash_dump tombstone_data_file:file { append getattr };
# which is super useful in some cases.
unix_socket_connect(crash_dump, logdr, logd)
# Crash dump is not intended to access the following data types. Since these
# Crash dump is not intended to access the following files. Since these
# are WAI, suppress the denials to clean up the logs.
dontaudit crash_dump {
core_data_file_type
vendor_file_type
}:dir search;
dontaudit crash_dump system_data_file:file read;
dontaudit crash_dump property_type:file read;
###
### neverallow assertions