Skip to content
Snippets Groups Projects
Commit 516d8555 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

Change-Id: I33215b5c9d894823f3928742a8712ef42d803156
parents d651e0b7 d3381cd9
No related branches found
No related tags found
No related merge requests found
...@@ -5,9 +5,8 @@ net_domain(radio) ...@@ -5,9 +5,8 @@ net_domain(radio)
bluetooth_domain(radio) bluetooth_domain(radio)
binder_service(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 only for devices without full treble
# Talks to rild via the rild socket. not_full_treble(`unix_socket_connect(radio, rild, rild)')
unix_socket_connect(radio, rild, rild)
# Data file accesses. # Data file accesses.
allow radio radio_data_file:dir create_dir_perms; 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