Merge "Remove RILD accessing system and radio data files" into oc-dr1-dev

This commit is contained in:
Jayachandran Chinnakkannu 2017-07-15 03:14:47 +00:00 committed by Android (Google) Code Review
commit 03f3697269

View file

@ -19,12 +19,7 @@ allow rild efs_file:file create_file_perms;
allow rild shell_exec:file rx_file_perms;
allow rild bluetooth_efs_file:file r_file_perms;
allow rild bluetooth_efs_file:dir r_dir_perms;
allow rild radio_data_file:dir rw_dir_perms;
allow rild radio_data_file:file create_file_perms;
allow rild sdcard_type:dir r_dir_perms;
allow rild system_data_file:dir r_dir_perms;
allow rild system_data_file:file r_file_perms;
allow rild system_file:file x_file_perms;
# property service
set_prop(rild, radio_prop)