mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
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:
7
sepolicy/vendor/rild.te
vendored
7
sepolicy/vendor/rild.te
vendored
@@ -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)
|
||||
')
|
||||
|
||||
Reference in New Issue
Block a user