common: sepolicy: legacy: Compilation fix for newer upgrade.
Change-Id: I7eb38060cb0a1ad3e09d221022bd5955fb95b396 [Jprimero15: also include /dev/btfmslim ] Signed-off-by: Jprimero15 <jprimero15@aospa.co>
This commit is contained in:
parent
4fd34ca8ae
commit
383897af5f
|
@ -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;
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -54,8 +54,8 @@
|
|||
/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/btfmslim u:object_r:bt_device:s0
|
||||
/dev/btfmslim u:object_r:vendor_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
|
||||
|
|
|
@ -56,7 +56,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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue