From 5239216db513e1e2cad0d1616742ffef8f6ea448 Mon Sep 17 00:00:00 2001 From: Chaoran Zhang Date: Sat, 18 Jan 2020 10:03:02 +0800 Subject: [PATCH] [ALPS03872369] add atci gps sepolicy For Huawei at command request, add mnld atci socket sendto policy MTK-Commit-Id: 958e9c62d300e211b50ba35f7eb2ad58734a801a Change-Id: If5e2e8981edde9615633a0a789a97a972bc7f44d CR-Id: ALPS03872369 Feature: Location Chipset Capability --- non_plat/mnld.te | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/non_plat/mnld.te b/non_plat/mnld.te index 2bf1d91..8bab06a 100644 --- a/non_plat/mnld.te +++ b/non_plat/mnld.te @@ -91,3 +91,7 @@ allow mnld hwservicemanager_prop:file { read open getattr }; allow mnld debugfs_tracing:file { open write }; allow mnld mnt_vendor_file:dir search; + +# Date : WK18.26 +# Purpose : for atci gps test +allow mnld atci_service:unix_dgram_socket sendto;