socket permissions to untrusted_app
diff --git a/app.te b/app.te
index be0983f..41866d9 100644
--- a/app.te
+++ b/app.te
@@ -105,7 +105,7 @@
 }
 # Bluetooth access.
 bool app_bluetooth false;
-if (app_bluetooth) {
+if (app_bluetooth or android_cts) {
 # No specific SELinux class for bluetooth sockets presently.
 allow untrusted_app self:socket *;
 }