crash_dump: supress denials for files in /proc

Crash_dump may not have access to files in /proc that are passed
across exec(). Rather than let these cause test failures, suppress
them.

Fixes: 183575981
Test: build
Change-Id: I285dc84ef8a43a8f5a34538143c6506c70540b03
This commit is contained in:
Jeff Vander Stoep 2021-03-30 12:05:46 +02:00
parent 48740d0d6b
commit bd247bc88a

View File

@ -65,6 +65,10 @@ dontaudit crash_dump {
dontaudit crash_dump system_data_file:{ lnk_file file } read;
dontaudit crash_dump property_type:file read;
# Suppress denials for files in /proc that are passed
# across exec().
dontaudit crash_dump proc_type:file rw_file_perms;
###
### neverallow assertions
###