Merge "fastbootd: Add sepolicy rule for fastbootd" into rvc-qpr-dev
diff --git a/vendor/google/hal_dumpstate_impl.te b/vendor/google/hal_dumpstate_impl.te
index 9755782..0bedd3f 100644
--- a/vendor/google/hal_dumpstate_impl.te
+++ b/vendor/google/hal_dumpstate_impl.te
@@ -134,6 +134,9 @@
 allow hal_dumpstate_impl sysfs_msm_wlan:dir r_dir_perms;
 allow hal_dumpstate_impl sysfs_power_stats:file r_file_perms;
 
+#Dumpstats fastrpc buffer
+allow hal_dumpstate_impl sysfs_fastrpc:file r_file_perms;
+
 # Allow to access eSIM status
 allow hal_dumpstate_impl sysfs_esim:file r_file_perms;