android_device_samsung_msm8.../sepolicy/tee.te
2019-02-11 23:56:38 +03:00

13 lines
394 B
Text
Executable file

# mobicore
# Allow to create files and directories /data/app/mcRegistry
file_type_auto_trans(tee, apk_data_file, tee_data_file);
allow tee property_socket:sock_file write;
allow tee init:unix_stream_socket connectto;
allow tee gatekeeper_data_file:file { open read };
allow tee efs_file:file { open read };
allow tee efs_file:dir search;
allow tee gatekeeper_data_file:dir { read search };