aboutsummaryrefslogtreecommitdiffstats
path: root/file.te
diff options
context:
space:
mode:
authorCasper Bonde <c.bonde@samsung.com>2015-03-19 10:56:26 +0100
committerAndre Eisenbach <eisenbach@google.com>2015-04-12 22:18:31 -0700
commitfcdd354653d3c37baa68fc33a2a4854007153a2c (patch)
tree5b4c5212d62451ee6a37db8bbecea74076581bb9 /file.te
parent880be4622536d86b3d2edc83b2b7de41fa8398c3 (diff)
downloadandroid_external_sepolicy-fcdd354653d3c37baa68fc33a2a4854007153a2c.tar.gz
android_external_sepolicy-fcdd354653d3c37baa68fc33a2a4854007153a2c.tar.bz2
android_external_sepolicy-fcdd354653d3c37baa68fc33a2a4854007153a2c.zip
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: Casper Bonde <c.bonde@samsung.com>
Diffstat (limited to 'file.te')
-rw-r--r--file.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.te b/file.te
index 9e56d7f..9a7230c 100644
--- a/file.te
+++ b/file.te
@@ -155,7 +155,7 @@ type system_ndebug_socket, file_type;
type vold_socket, file_type;
type wpa_socket, file_type;
type zygote_socket, file_type;
-
+type sap_uim_socket, file_type;
# UART (for GPS) control proc file
type gps_control, file_type;