37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
|
# ==============================================
|
||
|
# Common SEPolicy Rule
|
||
|
# ==============================================
|
||
|
|
||
|
# Date : WK14.34
|
||
|
# Operation : Migration
|
||
|
# Purpose : Move app to phone storage
|
||
|
# 1. Enter Settings->Apps
|
||
|
# 2. Select Downloaded tab
|
||
|
# 3. Choose the application and move to phone storage
|
||
|
# 4. Check the application in Phone storage tab
|
||
|
allow installd apk_tmp_file:dir getattr;
|
||
|
allow installd vfat:file getattr;
|
||
|
|
||
|
# Date : WK14.34
|
||
|
# Operation : Development GMO Feature "Move OAT to SD Card"
|
||
|
# Purpose : for GMO ROM Size Slim
|
||
|
allow installd dalvikcache_data_file:lnk_file create_file_perms;
|
||
|
allow installd sdcard_type:dir create_dir_perms;
|
||
|
allow installd sdcard_type:file create_file_perms;
|
||
|
|
||
|
# Date : WK14.40
|
||
|
# Operation : SQC1
|
||
|
# Purpose : for access .android_secure
|
||
|
allow installd vfat:dir search;
|
||
|
|
||
|
# Date : WK15.02
|
||
|
# Operation : SQC0
|
||
|
# Purpose : ALPS01889518 (MTK MTBF)
|
||
|
allow installd platform_app:fd use;
|
||
|
|
||
|
# Date : WK16.09
|
||
|
# Operation : Migration
|
||
|
# Purpose : copy the content in /data/media/0 to /data/media
|
||
|
allow installd media_rw_data_file:file create_file_perms;
|
||
|
allow installd shell_exec:file rx_file_perms;
|