mobicore: split into legacy and treble folders
[GitHub/LineageOS/android_device_samsung_slsi_sepolicy.git] / tee / mobicore / common / tee.te
1 allow tee efs_file:dir { search getattr };
2 allow tee efs_file:file r_file_perms;
3 allow tee gatekeeper_efs_file:dir r_dir_perms;
4 allow tee gatekeeper_efs_file:file r_file_perms;
5 allow tee init:unix_stream_socket connectto;
6 allow tee property_socket:sock_file write;
7 allow tee prov_efs_file:dir search;
8
9 set_prop(tee, tee_prop)
10
11 # /dev/t-base-tui
12 allow tee tee_device:chr_file r_file_perms;
13
14 allow tee mobicore_vendor_data_file:dir r_dir_perms;
15 allow tee mobicore_vendor_data_file:file rw_file_perms;