crash_dump_fallback: allow dumpstate:fd use.

am: 17885f148d

Change-Id: I46546950720c4d3fa907f32a2af9ab42caa448ba
This commit is contained in:
Josh Gao 2017-06-02 23:56:18 +00:00 committed by android-build-merger
commit a3a8a3a039

View file

@ -458,6 +458,7 @@ userdebug_or_eng(`
allow $1 su:fifo_file append;
')
allow $1 anr_data_file:file append;
allow $1 dumpstate:fd use;
allow $1 dumpstate:fifo_file append;
allow $1 tombstoned:unix_stream_socket connectto;
allow $1 tombstoned:fd use;