diff --git a/public/dumpstate.te b/public/dumpstate.te
index 3b5c5eb2939fb87508cd927842b3996355866d02..72e2176ece1d4998bc83020b4e236d69a09b2c62 100644
--- a/public/dumpstate.te
+++ b/public/dumpstate.te
@@ -278,6 +278,9 @@ dontaudit dumpstate apex_mnt_dir:dir getattr;
 # Allow dumpstate to talk to bufferhubd over binder
 binder_call(dumpstate, bufferhubd);
 
+# Allow dumpstate to talk to mediaswcodec over binder
+binder_call(dumpstate, mediaswcodec);
+
 # Allow dumpstate to kill vendor dumpstate service by init
 set_prop(dumpstate, ctl_dumpstate_prop)