Merge "Allow dumpstate to make binder calls into mainline supplicant." into main am: 1bd25a69ef am: 942fe8b8f8
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/3540699
Change-Id: I041627115b167c1374dbb51c532e0bd1a2ab2839
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
###