Revert "crash_dump: supress denials for files in /proc"

This reverts commit bd247bc88a.

Bug: 193159611
Bug: 183575981
Test: manual

Change-Id: Id79f623d7aa759862a519411f95ab364e9916f6b
This commit is contained in:
Keith Mok 2021-08-07 17:59:23 +00:00
parent a03659044b
commit c3e42c0034

View file

@ -68,10 +68,6 @@ 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
###