Update avc error on ROM 7306716

avc: denied { read } for name="bufinfo" dev="debugfs" ino=2465 scontext=u:r:dumpstate:s0 tcontext=u:object_r:debugfs_dma_bufinfo:s0 tclass=file permissive=0

avc: denied { search } for name="c440000.qcom,spmi" dev="sysfs" ino=24019 scontext=u:r:incidentd:s0 tcontext=u:object_r:sysfs_msm_subsys:s0 tclass=dir permissive=0

Bug: 186176982
Bug: 186177103
Bug: 186070602
Test: PTS PtsSELinuxTestCases
Change-Id: Ib5d73f43cf1f2e4b3613fd9f8f4254a807de718d
diff --git a/tracking_denials/dumpstate.te b/tracking_denials/dumpstate.te
new file mode 100644
index 0000000..a3416dd
--- /dev/null
+++ b/tracking_denials/dumpstate.te
@@ -0,0 +1,2 @@
+# b/186177103
+dontaudit dumpstate debugfs_dma_bufinfo:file read;
diff --git a/tracking_denials/incidentd.te b/tracking_denials/incidentd.te
new file mode 100644
index 0000000..ea92c4e
--- /dev/null
+++ b/tracking_denials/incidentd.te
@@ -0,0 +1,2 @@
+# b/186176982
+dontaudit incidentd sysfs_msm_subsys:dir search;