summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-12-18 02:06:14 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-12-18 02:06:14 +0000
commitb9a80fd7d8aec5b9c18ec8b2a42035d8ddedce0f (patch)
treecd1cdafae089485d75737d113c9973d8a4d06ab1
parent5318b0521b0d80e055b71e8106a9411bff25acc2 (diff)
parenta128b518a15205e74848dd175c525da9a269428e (diff)
downloadbonito-sepolicy-android10-qpr2-s3-release.tar.gz
Change-Id: I7b6c1d0b962c4c6daea2c502527c22986a188657
-rw-r--r--vendor/qcom/common/hal_bluetooth_default.te4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/qcom/common/hal_bluetooth_default.te b/vendor/qcom/common/hal_bluetooth_default.te
index acdeaf51..400b052e 100644
--- a/vendor/qcom/common/hal_bluetooth_default.te
+++ b/vendor/qcom/common/hal_bluetooth_default.te
@@ -8,8 +8,8 @@ set_prop(hal_bluetooth_default, vendor_bluetooth_prop)
userdebug_or_eng(`
allow hal_bluetooth_default diag_device:chr_file rw_file_perms;
- allow hal_bluetooth_default ramdump_vendor_data_file:dir w_dir_perms;
- allow hal_bluetooth_default ramdump_vendor_data_file:file { create w_file_perms };
+ allow hal_bluetooth_default ramdump_vendor_data_file:dir rw_dir_perms;
+ allow hal_bluetooth_default ramdump_vendor_data_file:file { create rw_file_perms };
allow hal_bluetooth_default sysfs_timestamp_switch:file r_file_perms;
r_dir_file(hal_bluetooth_default, debugfs_ipc)
r_dir_file(hal_bluetooth_default, sysfs_diag)