Skip to content
Snippets Groups Projects
Commit 59e96808 authored by Haiqing Jiang's avatar Haiqing Jiang Committed by Stephen Smalley
Browse files

socket permissions to untrusted_app

parent 1ce0fe38
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ unix_socket_connect(untrusted_app, dnsproxyd, netd) ...@@ -105,7 +105,7 @@ unix_socket_connect(untrusted_app, dnsproxyd, netd)
} }
# Bluetooth access. # Bluetooth access.
bool app_bluetooth false; bool app_bluetooth false;
if (app_bluetooth) { if (app_bluetooth or android_cts) {
# No specific SELinux class for bluetooth sockets presently. # No specific SELinux class for bluetooth sockets presently.
allow untrusted_app self:socket *; allow untrusted_app self:socket *;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment