Merge "[ALPS03893095] Selinux: MTK BT HAL" into alps-trunk-p0.basic

Change-Id: If66b0db98642b59fca39ad6f579e2a4f3e2f3c91
MTK-Commit-Id: f0220d29d1a6d04933839f97a09e94143d958097
This commit is contained in:
Peng QI 2020-01-18 09:40:01 +08:00 committed by Gerrit Code Review
commit a2739588f2

View File

@ -14,9 +14,6 @@ r_dir_file(mtk_hal_bluetooth, bluetooth_efs_file)
allow mtk_hal_bluetooth { uhid_device hci_attach_dev }:chr_file rw_file_perms; allow mtk_hal_bluetooth { uhid_device hci_attach_dev }:chr_file rw_file_perms;
# Access to config files to look for a Bluetooth address
r_dir_file(mtk_hal_bluetooth, bluetooth_data_file)
# sysfs access. # sysfs access.
r_dir_file(mtk_hal_bluetooth, sysfs_type) r_dir_file(mtk_hal_bluetooth, sysfs_type)
allow mtk_hal_bluetooth sysfs_bluetooth_writable:file rw_file_perms; allow mtk_hal_bluetooth sysfs_bluetooth_writable:file rw_file_perms;
@ -29,14 +26,7 @@ set_prop(mtk_hal_bluetooth, bluetooth_prop)
allow mtk_hal_bluetooth proc_bluetooth_writable:file rw_file_perms; allow mtk_hal_bluetooth proc_bluetooth_writable:file rw_file_perms;
# VTS tests need to be able to toggle rfkill # VTS tests need to be able to toggle rfkill
userdebug_or_eng(` allow mtk_hal_bluetooth self:capability net_admin;
allow mtk_hal_bluetooth self:capability net_admin;
')
# Logging for backward compatibility
typeattribute mtk_hal_bluetooth data_between_core_and_vendor_violators;
allow mtk_hal_bluetooth bluetooth_data_file:dir ra_dir_perms;
allow mtk_hal_bluetooth bluetooth_data_file:file create_file_perms;
# Purpose : Set to access stpbt driver & NVRAM # Purpose : Set to access stpbt driver & NVRAM
allow mtk_hal_bluetooth stpbt_device:chr_file rw_file_perms; allow mtk_hal_bluetooth stpbt_device:chr_file rw_file_perms;