[ALPS04130289] Restrict rild access to sdcard
Restrict RILD access to sdcard: Change access permission from sdcard_type to sdcardfs MTK-Commit-Id: a2a8dca8bb51197bc3388fdcb59ff94d99003d82 Change-Id: Ifb921bd31db7db183934f287d606201206625415 CR-Id: ALPS04130289 Feature: DSDS (Dual SIM Dual Standby) Framework-Common Framework(RIL)
This commit is contained in:
parent
15d096f021
commit
621240d3cc
@ -41,7 +41,7 @@ allow rild bluetooth_efs_file:dir r_dir_perms;
|
||||
# Allow access permission to dir/files
|
||||
# (radio data/system data/proc/etc)
|
||||
# Violate Android P rule
|
||||
allow rild sdcard_type:dir r_dir_perms;
|
||||
allow rild sdcardfs:dir r_dir_perms;
|
||||
allow rild system_file:file x_file_perms;
|
||||
allow rild proc:file rw_file_perms;
|
||||
allow rild proc_net:file w_file_perms;
|
||||
|
@ -51,7 +51,7 @@ allow mtkrild bluetooth_efs_file:dir r_dir_perms;
|
||||
# Allow access permission to dir/files
|
||||
# (radio data/system data/proc/etc)
|
||||
# Violate Android P rule
|
||||
allow mtkrild sdcard_type:dir r_dir_perms;
|
||||
allow mtkrild sdcardfs:dir r_dir_perms;
|
||||
# Violate Android P rule
|
||||
allow mtkrild system_file:file x_file_perms;
|
||||
allow mtkrild proc:file rw_file_perms;
|
||||
|
Loading…
x
Reference in New Issue
Block a user