Skip to content
Snippets Groups Projects
Commit 17885f14 authored by Josh Gao's avatar Josh Gao
Browse files

crash_dump_fallback: allow dumpstate:fd use.

Bug: http://b/62297059
Test: mma
Change-Id: Ibcd93e5554a9c2dd75fbfb42294fbc9b96ebc8cc
parent 34b4b737
Branches
No related tags found
No related merge requests found
...@@ -458,6 +458,7 @@ userdebug_or_eng(` ...@@ -458,6 +458,7 @@ userdebug_or_eng(`
allow $1 su:fifo_file append; allow $1 su:fifo_file append;
') ')
allow $1 anr_data_file:file append; allow $1 anr_data_file:file append;
allow $1 dumpstate:fd use;
allow $1 dumpstate:fifo_file append; allow $1 dumpstate:fifo_file append;
allow $1 tombstoned:unix_stream_socket connectto; allow $1 tombstoned:unix_stream_socket connectto;
allow $1 tombstoned:fd use; allow $1 tombstoned:fd use;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment