2018-07-19 12:48:02 +02:00
|
|
|
# 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 };
|
2018-07-19 12:50:09 +02:00
|
|
|
|
|
|
|
allow tee efs_file:file { open read };
|
2018-07-19 12:53:44 +02:00
|
|
|
allow tee efs_file:dir search;
|
|
|
|
|
|
|
|
allow tee gatekeeper_data_file:dir { read search };
|