From 59e9680825b6d07c2ce42a0bd70fa420b8d90acd Mon Sep 17 00:00:00 2001 From: Haiqing Jiang <hqjiang1988@gmail.com> Date: Fri, 27 Jul 2012 15:16:56 -0700 Subject: [PATCH] socket permissions to untrusted_app --- app.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.te b/app.te index be0983fb4..41866d909 100644 --- a/app.te +++ b/app.te @@ -105,7 +105,7 @@ unix_socket_connect(untrusted_app, dnsproxyd, netd) } # 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 *; } -- GitLab