Skip to content
Snippets Groups Projects
Commit ac8d43b3 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: 8aa283fe

Change-Id: I7593dd0f7f2888fb5b2aa5a20b258d3a370146fe
parents c6382177 8aa283fe
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