diff --git a/public/te_macros b/public/te_macros index 95f4bd4789bd50145aea18c687e457d9a92912aa..ee19b003ed7a1c5050f86e3977002c74ff89888d 100644 --- a/public/te_macros +++ b/public/te_macros @@ -459,7 +459,8 @@ userdebug_or_eng(` ') allow $1 anr_data_file:file append; 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:fd use; allow $1 tombstoned_crash_socket:sock_file write;