From f4b78200abc1eeca3e798b19effa4d3f61951ab8 Mon Sep 17 00:00:00 2001 From: Jen-Chih Chang Date: Sat, 18 Jan 2020 10:19:50 +0800 Subject: [PATCH] [ALPS04761137] Remove mtkrild emulator SEPolicies Remove ununsed mtkrild emulator SEPolicies MTK-Commit-Id: c6a07a483b3ff3c64b356d44808009aff7bb95b8 Change-Id: Ifbc17574943048f2f855ceb3282a89b892d7dc8c CR-Id: ALPS04761137 Feature: DSDS (Dual SIM Dual Standby) Framework-Common Framework(RIL) --- non_plat/mtkrild.te | 4 ---- 1 file changed, 4 deletions(-) diff --git a/non_plat/mtkrild.te b/non_plat/mtkrild.te index 06db07e..8268aa7 100644 --- a/non_plat/mtkrild.te +++ b/non_plat/mtkrild.te @@ -83,10 +83,6 @@ allow mtkrild block_device:dir search; allow mtkrild platform_app:fd use; allow mtkrild radio:fd use; -# For emulator -allow mtkrild qemu_pipe_device:chr_file rw_file_perms; -allow mtkrild socket_device:sock_file { w_file_perms }; - # For MAL MFI allow mtkrild mal_mfi_socket:sock_file { w_file_perms };