summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Liu <liumartin@google.com>2020-09-21 21:41:07 +0800
committerMartin Liu <liumartin@google.com>2020-09-23 11:01:03 +0800
commit19c4f6c4a043e5a7bffe56b38cfccf9b8e7bd693 (patch)
tree88ad17fffb75562be60e615e788bf03da632d562
parentb853e6a14a3b06ab9ea1baf296b28e9a8825d28d (diff)
downloadredbull-sepolicy-19c4f6c4a043e5a7bffe56b38cfccf9b8e7bd693.tar.gz
allow access fastrpc total_dma_kb sysfs
This helps understand fastrpc dma buffer size Bug: 168084904 Test: boot Signed-off-by: Martin Liu <liumartin@google.com> Merged-In: I3a8a4511f944f41049c80b60a6dc95fabeef9bd2 Change-Id: I3a8a4511f944f41049c80b60a6dc95fabeef9bd2
-rw-r--r--vendor/google/hal_dumpstate_impl.te3
1 files changed, 3 insertions, 0 deletions
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 debugfs_wlan:file r_file_perms;
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;