Skip to content
Snippets Groups Projects
Commit 92f9b1e7 authored by Sandeep Patil's avatar Sandeep Patil Committed by android-build-merger
Browse files

radio: disalllow radio and rild socket for treble devices am: d3381cd9

am: 516d8555

Change-Id: I30aae50a7e5f9d5c354fa9b459451b0f111d94de
parents c6382177 516d8555
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,8 @@ net_domain(radio)
bluetooth_domain(radio)
binder_service(radio)
# TODO(b/36613472): Remove this once radio no longer communicates with rild over sockets.
# Talks to rild via the rild socket.
unix_socket_connect(radio, rild, rild)
# Talks to rild via the rild socket only for devices without full treble
not_full_treble(`unix_socket_connect(radio, rild, rild)')
# Data file accesses.
allow radio radio_data_file:dir create_dir_perms;
......
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