common: drop duplicate declaration of exported_camera_prop
[GitHub/LineageOS/android_device_samsung_slsi_sepolicy.git] / tee / mobicore / tee.te
CommitLineData
fab78920
HG
1allow tee efs_file:dir { search getattr };
2allow tee efs_file:file r_file_perms;
3allow tee gatekeeper_efs_file:dir r_dir_perms;
4allow tee gatekeeper_efs_file:file r_file_perms;
5allow tee init:unix_stream_socket connectto;
6allow tee property_socket:sock_file write;
7allow tee prov_efs_file:dir search;
8allow tee system_prop:property_service set;
9allow tee tee_prop:property_service set;
10
11# /dev/t-base-tui
12allow tee tee_device:chr_file r_file_perms;
13
14allow tee mobicore_vendor_data_file:dir r_dir_perms;
15allow tee mobicore_vendor_data_file:file rw_file_perms;