From 55c4433e3a846dd3150722cbfa4e6659659b4cba Mon Sep 17 00:00:00 2001 From: Mohan C M Date: Thu, 10 Jun 2021 14:29:06 +0000 Subject: [PATCH] sdm660-common: sepolicy: address hal_bluetooth_qti - avc: denied { read } for comm="bluetooth@1.0-s" name="ssrdump" dev="mmcblk0p49" ino=2162694 scontext=u:r:hal_bluetooth_qti:s0 tcontext=u:object_r:ramdump_vendor_data_file:s0 tclass=dir permissive=0 Signed-off-by: pix106 --- sepolicy/vendor/hal_bluetooth_qti.te | 1 + 1 file changed, 1 insertion(+) diff --git a/sepolicy/vendor/hal_bluetooth_qti.te b/sepolicy/vendor/hal_bluetooth_qti.te index e9179b73..ebf5fbcf 100644 --- a/sepolicy/vendor/hal_bluetooth_qti.te +++ b/sepolicy/vendor/hal_bluetooth_qti.te @@ -1 +1,2 @@ allow hal_bluetooth_qti diag_device:chr_file rw_file_perms; +allow hal_bluetooth_qti ramdump_vendor_data_file:dir rw_dir_perms;