From 7d452f093f2d3d2957267fd2c9f90368a7fd3c0d Mon Sep 17 00:00:00 2001 From: Sandeep Patil Date: Tue, 20 Jun 2017 13:30:06 -0700 Subject: [PATCH] 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 --- sepolicy/vendor/rild.te | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sepolicy/vendor/rild.te b/sepolicy/vendor/rild.te index 024eeba9..5ef012ba 100644 --- a/sepolicy/vendor/rild.te +++ b/sepolicy/vendor/rild.te @@ -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) ')