Skip to content
Snippets Groups Projects
Commit 8aa283fe 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: Iaabe00cb6e919b4e35896c0d9ef1770aee3b2363
parents 24d0cad3 d3381cd9
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.
Please register or to comment