diff --git a/non_plat/device.te b/non_plat/device.te index 745dd39..abe58e9 100644 --- a/non_plat/device.te +++ b/non_plat/device.te @@ -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; diff --git a/plat_private/lbs_dbg.te b/plat_private/lbs_dbg.te index db0f047..db46413 100755 --- a/plat_private/lbs_dbg.te +++ b/plat_private/lbs_dbg.te @@ -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 }; diff --git a/plat_public/device.te b/plat_public/device.te index d87cb47..86cb28f 100644 --- a/plat_public/device.te +++ b/plat_public/device.te @@ -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;