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

crash_dump_fallback: allow writing to system_server pipes. am: 3c9b9197 am:...

crash_dump_fallback: allow writing to system_server pipes. am: 3c9b9197 am: 762a2b85 am: ba10fd49 am: 326ea221
am: a99f3f38

Change-Id: I8e1d6c3cc9086052a9dea14586d63dce20cd58c3
parents f2230155 a99f3f38
No related branches found
No related tags found
No related merge requests found
...@@ -474,8 +474,9 @@ userdebug_or_eng(` ...@@ -474,8 +474,9 @@ 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;
# TODO: Figure out why write is needed and remove. # TODO: Figure out why write is needed.
allow $1 dumpstate:fifo_file { append write }; allow $1 dumpstate:fifo_file { append write };
allow $1 system_server: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