sepolicy: Compilation fix for newer upgrade.

Change-Id: I7eb38060cb0a1ad3e09d221022bd5955fb95b396
This commit is contained in:
Himanshu Agrawal
2023-04-13 14:57:52 +05:30
committed by Gerrit - the friendly Code Review server
parent 546edbb3c4
commit 6f68a803eb
5 changed files with 5 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ allow bluetooth {
serial_device
#BT needes read and write on smd device node
smd_device
bt_device
vendor_bt_device
}:chr_file rw_file_perms;

View File

@@ -163,7 +163,7 @@ type avtimer_device, dev_type;
type at_device, dev_type;
#define Bluetooth device
type bt_device, dev_type;
type vendor_bt_device, dev_type;
#define Wlan device
type wlan_device, dev_type;

View File

@@ -54,7 +54,7 @@
/dev/spdaemon_ssr u:object_r:spdaemon_ssr_device:s0
/dev/qsee_ipc_irq_spss u:object_r:qsee_ipc_irq_spss_device:s0
/dev/radio0 u:object_r:fm_radio_device:s0
/dev/btpower u:object_r:bt_device:s0
/dev/btpower u:object_r:vendor_bt_device:s0
/dev/rtc0 u:object_r:rtc_device:s0
/dev/sdsprpc-smd u:object_r:dsp_device:s0
/dev/sensors u:object_r:sensors_device:s0

View File

@@ -55,7 +55,7 @@ allow hal_bluetooth_qti vendor_bt_data_file:file create_file_perms;
#bt power node access
allow hal_bluetooth {
smd_device
bt_device
vendor_bt_device
}:chr_file rw_file_perms;
#diag access

View File

@@ -86,7 +86,7 @@ allow system_server {
serial_device
smd_device
#allow access to power control ANT chip
bt_device
vendor_bt_device
}:chr_file rw_file_perms;
hal_client_domain(system_server, hal_dataconnection_qti)