Merge "rild: remove rules to allow socket usage between rild and radio" into oc-dr1-dev

This commit is contained in:
TreeHugger Robot
2017-06-21 00:13:11 +00:00
committed by Android (Google) Code Review

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)
')