Skip to content
Snippets Groups Projects
Commit fcdd3546 authored by Casper Bonde's avatar Casper Bonde Committed by Andre Eisenbach
Browse files

Add permission for Bluetooth Sim Access Profile


Added permission to SAP socket used to access the the RIL daemon

Change-Id: Ifbfb764f0b8731e81fb3157955aa4fda6120d846
Signed-off-by: default avatarCasper Bonde <c.bonde@samsung.com>
parent 880be462
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,10 @@ allow bluetooth bluetooth_prop:property_service set; ...@@ -49,6 +49,10 @@ allow bluetooth bluetooth_prop:property_service set;
allow bluetooth pan_result_prop:property_service set; allow bluetooth pan_result_prop:property_service set;
allow bluetooth ctl_dhcp_pan_prop:property_service set; allow bluetooth ctl_dhcp_pan_prop:property_service set;
# Bluetooth Sim Access Profile Socket to the RIL
unix_socket_connect(bluetooth, sap_uim, rild)
### ###
### Neverallow rules ### Neverallow rules
### ###
......
...@@ -155,7 +155,7 @@ type system_ndebug_socket, file_type; ...@@ -155,7 +155,7 @@ type system_ndebug_socket, file_type;
type vold_socket, file_type; type vold_socket, file_type;
type wpa_socket, file_type; type wpa_socket, file_type;
type zygote_socket, file_type; type zygote_socket, file_type;
type sap_uim_socket, file_type;
# UART (for GPS) control proc file # UART (for GPS) control proc file
type gps_control, file_type; type gps_control, file_type;
......
...@@ -77,6 +77,7 @@ ...@@ -77,6 +77,7 @@
/dev/snd(/.*)? u:object_r:audio_device:s0 /dev/snd(/.*)? u:object_r:audio_device:s0
/dev/socket(/.*)? u:object_r:socket_device:s0 /dev/socket(/.*)? u:object_r:socket_device:s0
/dev/socket/adbd u:object_r:adbd_socket:s0 /dev/socket/adbd u:object_r:adbd_socket:s0
/dev/socket/sap_uim_socket[0-9] u:object_r:sap_uim_socket:s0
/dev/socket/dnsproxyd u:object_r:dnsproxyd_socket:s0 /dev/socket/dnsproxyd u:object_r:dnsproxyd_socket:s0
/dev/socket/dumpstate u:object_r:dumpstate_socket:s0 /dev/socket/dumpstate u:object_r:dumpstate_socket:s0
/dev/socket/fwmarkd u:object_r:fwmarkd_socket:s0 /dev/socket/fwmarkd u:object_r:fwmarkd_socket:s0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment