mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 03:40:35 +00:00
Merge "rild: remove rules to allow socket usage between rild and radio" into oc-dr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
427d3ced01
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