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

crash_dump_fallback: allow dumpstate:pipe_file write. am: 7aa08523 am: 7b19b081 am: 9ff58c84

am: dde38d9b

Change-Id: I8ad39a6ba69fa936f6522e29820127adc80798d5
parents ffd57494 dde38d9b
No related branches found
No related tags found
No related merge requests found
...@@ -470,7 +470,8 @@ userdebug_or_eng(` ...@@ -470,7 +470,8 @@ userdebug_or_eng(`
') ')
allow $1 anr_data_file:file append; allow $1 anr_data_file:file append;
allow $1 dumpstate:fd use; allow $1 dumpstate:fd use;
allow $1 dumpstate:fifo_file append; # TODO: Figure out why write is needed and remove.
allow $1 dumpstate:fifo_file { append write };
allow $1 tombstoned:unix_stream_socket connectto; allow $1 tombstoned:unix_stream_socket connectto;
allow $1 tombstoned:fd use; allow $1 tombstoned:fd use;
allow $1 tombstoned_crash_socket:sock_file write; allow $1 tombstoned_crash_socket:sock_file write;
......
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