Merge "sepolicy: dontaudit dumpstate to talk with virtualizationservice" into main
diff --git a/private/dumpstate.te b/private/dumpstate.te
index 5e3bce5..1020088 100644
--- a/private/dumpstate.te
+++ b/private/dumpstate.te
@@ -539,6 +539,9 @@
   vm_data_file
 }:dir getattr;
 
+#suppress denials for dumpstate to call vitualizationservice.
+dontaudit dumpstate virtualizationservice:binder { call };
+
 # Allow dumpstate to talk to bufferhubd over binder
 binder_call(dumpstate, bufferhubd);