[ALPS03885471] Remove ATM policies from system app

System APP cannot set vendor property, and these
    polices is not used. Just remove these policies.

MTK-Commit-Id: 0805ff18c4d4f90b2e9d2fdb97e1eff810ae5096

Change-Id: Ib07ef6d587d688246884fff6505434b7b7bc708c
CR-Id: ALPS03885471
Feature: [Android Default] SELinux, SEAndroid, and SE-MTK
This commit is contained in:
Bo Ye 2020-01-18 09:57:12 +08:00
parent 0c1f751044
commit 4e5abd9e9a

View File

@ -29,15 +29,3 @@ allow system_app mtk_thermal_config_prop:property_service set;
# Package: CAT tool
allow system_app aee_exp_data_file:file r_file_perms;
allow system_app aee_exp_data_file:dir r_dir_perms;
# Date : 2017/12/21
# Purpose : Allow system app to set persist.meta.connecttype for ATM
set_prop(system_app,meta_connecttype_prop);
# Date : 2017/12/21
# Purpose : Allow system app to set persist.atm.mdmode for ATM
set_prop(system_app,atm_mdmode_prop);
# Date : 2017/12/21
# Purpose : Allow system app to set persist.atm.ipaddress for ATM
set_prop(system_app,atm_ipaddr_prop);