From 03bb250992f53c561c1bb4537559183027582514 Mon Sep 17 00:00:00 2001 From: Archilis Wang Date: Sat, 18 Jan 2020 10:15:48 +0800 Subject: [PATCH] [ALPS04671051] Support NR cell in SUPL 1. Add codes to handling to NR cell in SUPL task. 2. Avoid AVC messages due to gps_data_file MTK-Commit-Id: aa1f052111fecc95e8af838f16a34cf2f2695f60 Change-Id: Id47d9ab2999ca482f4ec077a0d0d38f4060135ca CR-Id: ALPS04671051 Feature: A-GPS --- non_plat/mtk_agpsd.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/non_plat/mtk_agpsd.te b/non_plat/mtk_agpsd.te index 63b716e..5c71128 100644 --- a/non_plat/mtk_agpsd.te +++ b/non_plat/mtk_agpsd.te @@ -31,6 +31,8 @@ allow mtk_agpsd eemcs_device:chr_file rw_file_perms; allow mtk_agpsd mnt_user_file:dir create_dir_perms; allow mtk_agpsd mnt_vendor_file:dir create_dir_perms; allow mtk_agpsd mnt_vendor_file:file create_file_perms; +allow mtk_agpsd gps_data_file:dir create_dir_perms; +allow mtk_agpsd gps_data_file:file create_file_perms; # Access symbolic link files like /etc and /sdcard allow mtk_agpsd tmpfs:lnk_file create_file_perms;