From 82fdc764f3c0b712b2817e55f05256e452679c9b Mon Sep 17 00:00:00 2001 From: Chaoran Zhang Date: Sat, 18 Jan 2020 09:45:12 +0800 Subject: [PATCH] [ALPS03872369] Fix GPS SElinux issue [Detail] Fix GPS SElinux issue [Solution] Fix GPS SElinux issue MTK-Commit-Id: a8a4d1d84d26173af18eb2728fc96a8a3ad157d9 Change-Id: I9a5573cd2fad306027ba0f0ed26ca84457f39886 CR-Id: ALPS03872369 Feature: Location Chipset Capability --- non_plat/mnld.te | 5 ----- 1 file changed, 5 deletions(-) diff --git a/non_plat/mnld.te b/non_plat/mnld.te index cb194c9..fe244d4 100644 --- a/non_plat/mnld.te +++ b/non_plat/mnld.te @@ -49,7 +49,6 @@ allow mnld lbs_hidl_service:unix_dgram_socket sendto; allow mnld merged_hal_service:unix_dgram_socket sendto; # Purpose : For access system data -typeattribute mnld data_between_core_and_vendor_violators; allow mnld bootdevice_block_device:blk_file rw_file_perms; allow mnld block_device:dir search; allow mnld mnld_prop:property_service set; @@ -76,10 +75,6 @@ allow mnld gps_data_file:lnk_file read; allow mnld storage_file:lnk_file read; allow mnld nvcfg_file:dir search; -allow mnld media_rw_data_file:dir { search create read open write add_name remove_name getattr }; -allow mnld media_rw_data_file:file create; -allow mnld media_rw_data_file:file rw_file_perms; -allow mnld media_rw_data_file:file create_file_perms; # Date : WK15.30 # Operation : Migration