diff --git a/whitechapel_pro/incident.te b/whitechapel_pro/incident.te new file mode 100644 index 00000000..672606df --- /dev/null +++ b/whitechapel_pro/incident.te @@ -0,0 +1,4 @@ +userdebug_or_eng(` + allow incident logger_app:fd use; + allow incident media_rw_data_file:file append; +')