Merge "Allow dumpstate to make binder calls into mainline supplicant." into main am: 1bd25a69ef

Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/3540699

Change-Id: I583edccca442d9315062d69d1012a733b9373620
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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
 ###