summaryrefslogtreecommitdiff
path: root/sepolicy/uncrypt.te
blob: 563dc255827ac76034fab031ebce2d6d64173956 (plain)
1
2
3
4
5
6
7
8
9
10
# ==============================================
# MTK Policy Rule
# ============
allow uncrypt misc_device:chr_file *;
allow uncrypt system_data_file:file { open read };
allow uncrypt userdata_block_device:blk_file w_file_perms;
allow uncrypt para_block_device:blk_file { write open };
allow uncrypt system_app_data_file:dir { getattr search };
allow uncrypt system_app_data_file:file { read getattr open };
#allow uncrypt recovery_block_device:blk_file w_file_perms;