remove dumpstate citadel access error on user build

Bug: 132592593
Test: run cts android.security.cts.SELinuxHostTest#testNoBugreportDenials
Change-Id: Ie1964bf56ebc3b3ceccfb612616f7a99d4e7eedb
diff --git a/vendor/qcom/common/dumpstate.te b/vendor/qcom/common/dumpstate.te
index 0ff6bfc..7e586a0 100644
--- a/vendor/qcom/common/dumpstate.te
+++ b/vendor/qcom/common/dumpstate.te
@@ -17,3 +17,4 @@
 
 dontaudit dumpstate debugfs_dma_bufinfo:file r_file_perms;
 dontaudit dumpstate kernel:system module_request;
+dontaudit dumpstate misc_logd_file:dir r_dir_perms;
diff --git a/vendor/qcom/common/hal_dumpstate_impl.te b/vendor/qcom/common/hal_dumpstate_impl.te
index 0cef5ab..faa1b9d 100644
--- a/vendor/qcom/common/hal_dumpstate_impl.te
+++ b/vendor/qcom/common/hal_dumpstate_impl.te
@@ -134,3 +134,6 @@
 
 # Vibrator
 r_dir_file(hal_dumpstate_impl, sysfs_leds)
+
+dontaudit hal_dumpstate_impl binder_device:chr_file rw_file_perms;
+dontaudit hal_dumpstate_impl vndbinder_device:chr_file rw_file_perms;