rild: remove rules to allow socket usage between rild and radio

This eventually also removes the socket_between_core_and_vendor
attribute added to rild for the same

Bug: 36718031
Bug: 62343727

Test: Build and boot walleye

Change-Id: Ib4808579742942b663d2e93c1527057f54f869cf
Signed-off-by: Sandeep Patil <sspatil@google.com>
This commit is contained in:
Sandeep Patil
2017-06-20 13:30:06 -07:00
parent 8e782a5db0
commit 7d452f093f

View File

@@ -19,13 +19,6 @@ allow rild self:socket ioctl;
allowxperm rild self:socket ioctl msm_sock_ipc_ioctls;
allow rild time_daemon:unix_stream_socket connectto;
# TODO(b/36718031): Remove this once radio no longer communicates with rild over sockets.
typeattribute rild socket_between_core_and_vendor_violators;
# TODO(b/62343727): Remove this once radio<->rild is hidlized
# This is added so we don't regress after the exact same rule is removed
# from system/sepolicy/public/radio.te for treble devices.
unix_socket_connect(radio, rild, rild)
userdebug_or_eng(`
domain_auto_trans(rild, smlog_dump_exec, smlog_dump)
')