[ALPS04674290] Correct mnld_device type

1. Remove mnld_device from lbs_dbg.te;
2. move mnld_device type to non_plat folder

MTK-Commit-Id: f575807c7ac6d6a30595479ae03339b5765ff884

Change-Id: I8ba23283a103f52c045ae6c69ec7fc4eca06df84
CR-Id: ALPS04674290
Feature: Location Chipset Capability
This commit is contained in:
Jianping Jiang 2020-01-18 10:16:26 +08:00
parent 2ddeac52a9
commit 109462e1f2
3 changed files with 2 additions and 3 deletions

View File

@ -156,7 +156,7 @@ type hwzram0_device, dev_type;
type RT_Monitor_device, dev_type;
type kick_powerkey_device, dev_type;
type agps_device, dev_type;
#type mnld_device, dev_type;
type mnld_device, dev_type;
type geo_device, dev_type;
type mdlog_device, dev_type;
type md32_device, dev_type;

View File

@ -21,7 +21,7 @@ allow lbs_dbg lbs_dbg_data_file:file create_file_perms;
allow lbs_dbg system_data_file:lnk_file read;
allow lbs_dbg mnld_device:chr_file rw_file_perms;
#allow lbs_dbg mnld_device:chr_file rw_file_perms;
allow lbs_dbg media_rw_data_file:dir search;
allow lbs_dbg media_rw_data_file:dir { read open };

View File

@ -5,4 +5,3 @@
type kb_block_device,dev_type;
type dkb_block_device,dev_type;
type mtd_device, dev_type;
type mnld_device, dev_type;