[ALPS03951854] Add lbs_dbg SDCard policy

Add lbs_dbg SDCard policy

MTK-Commit-Id: c67c8b7574d9afdf515bc4018ab6603d48b9f8fc

Change-Id: Ifc351a47255a2b688a8fc66d4e78db172efb4013
CR-Id: ALPS03951854
Feature: GNSS Co-Clock
This commit is contained in:
Chaoran Zhang 2020-01-18 10:04:19 +08:00
parent e2b7fd0b00
commit 6b44fd145f

View File

@ -49,3 +49,8 @@ allow lbs_dbg sdcardfs:file { rename getattr };
allow lbs_dbg media_rw_data_file:dir { create add_name };
allow lbs_dbg media_rw_data_file:file { write rename create open };
allow lbs_dbg sdcardfs:file { write create open };
allow lbs_dbg media_rw_data_file:file unlink;
allow lbs_dbg sdcardfs:file unlink;
allow lbs_dbg vfat:dir { write remove_name create add_name };
allow lbs_dbg vfat:file { write rename create open getattr unlink };