Skip to content
Snippets Groups Projects
Commit dbf8d028 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "crash_dump_fallback: allow dumpstate:fd use." into oc-dev

am: f378708c

Change-Id: Ia51ea7ccf0974ed1bacfea950571c6e10ed2b1bf
parents 39a81fd5 f378708c
No related branches found
No related tags found
No related merge requests found
...@@ -469,6 +469,7 @@ userdebug_or_eng(` ...@@ -469,6 +469,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.
Finish editing this message first!
Please register or to comment