diff options
author | LuK1337 <priv.luk@gmail.com> | 2023-10-22 16:35:03 +0200 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-12-28 12:46:30 +0800 |
commit | d5bfcd51906d82647d2f902786a5832c607d1bd9 (patch) | |
tree | c76836c704864370669fa66bef6f4e9008e17bfd | |
parent | 75751bffaa457f5d55ed43259d172dd7c0c168ca (diff) |
sepolicy_vndr: legacy: Allow rild to binder call qtidataservices_app
Change-Id: Ifa358020513c1a01554d4e715612b59ca1342f67
-rw-r--r-- | legacy/vendor/common/rild.te | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/legacy/vendor/common/rild.te b/legacy/vendor/common/rild.te index 6499153a..d96c3ab6 100644 --- a/legacy/vendor/common/rild.te +++ b/legacy/vendor/common/rild.te @@ -25,6 +25,8 @@ # OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN # IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +binder_call(rild, qtidataservices_app) + qmux_socket(rild); #binder_use(rild) |