Allow dumpstate to make binder calls into
mainline supplicant.

Bug: 401480419
Test: atest SELinuxHostTest#testNoBugreportDenials
Change-Id: I7b856c86e7987342676da01102b5a1d7ae111c81
diff --git a/private/dumpstate.te b/private/dumpstate.te
index 501d829..d960ff6 100644
--- a/private/dumpstate.te
+++ b/private/dumpstate.te
@@ -568,6 +568,9 @@
 allow dumpstate shutdown_checkpoints_system_data_file:dir r_dir_perms;
 allow dumpstate shutdown_checkpoints_system_data_file:file r_file_perms;
 
+# Allow dumpstate to make binder calls to wifi_mainline_supplicant
+binder_call(dumpstate, wifi_mainline_supplicant);
+
 ###
 ### neverallow rules
 ###