summaryrefslogtreecommitdiff
path: root/sepolicy/vdc.te
blob: 294c980b460923e63e4e24c1aa9c4f3707423448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ==============================================
# MTK Policy Rule
# ==============================================


# Date : WK14.37
# Operation : Migration 
# Purpose : property
allow vdc vold_prop:property_service set;

# Date : WK14.53
# Purpose : dumpstate
allow vdc dumpstate:file read;

#fat on nand
allow vdc tmpfs:chr_file { read write getattr ioctl };
allow vdc fon_image_data_file:dir { search write add_name};
allow vdc fon_image_data_file:file create;
allow vdc fon_image_data_file:file { read write open };