summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-01 01:08:11 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-01 01:08:11 +0000
commitfce055e04b59d187a9a94c0d4eb4a1a6d037950e (patch)
treea38a279196ca4fab4fb4df2fb3179f2d8c6df9f1
parenta0e5fe8d991fc57240361ffb8c6fd892ddb0be99 (diff)
parent378e0dc8e3556a21e8b4ccb564bb44cac01094fb (diff)
downloadlynx-sepolicy-android14-d2-s5-release.tar.gz
Change-Id: Ie4912718b15cf0f110bdb89d836d8f5370d5771c
-rw-r--r--bluetooth/hal_bluetooth_default.te6
1 files changed, 4 insertions, 2 deletions
diff --git a/bluetooth/hal_bluetooth_default.te b/bluetooth/hal_bluetooth_default.te
index 8bbfa77..d78de58 100644
--- a/bluetooth/hal_bluetooth_default.te
+++ b/bluetooth/hal_bluetooth_default.te
@@ -4,7 +4,9 @@ add_hwservice(hal_bluetooth_default, hal_bluetooth_coexistence_hwservice)
userdebug_or_eng(`
allow hal_bluetooth_default logbuffer_device:chr_file r_file_perms;
- allow hal_bluetooth_default sscoredump_vendor_data_crashinfo_file:dir rw_dir_perms;
- allow hal_bluetooth_default sscoredump_vendor_data_crashinfo_file:file { create_file_perms };
+ allow hal_bluetooth_default sscoredump_vendor_data_crashinfo_file:dir create_dir_perms;
+ allow hal_bluetooth_default sscoredump_vendor_data_crashinfo_file:file create_file_perms;
+ allow hal_bluetooth_default sscoredump_vendor_data_coredump_file:dir create_dir_perms;
+ allow hal_bluetooth_default sscoredump_vendor_data_coredump_file:file create_file_perms;
set_prop(hal_bluetooth_default, vendor_ssrdump_prop)
')