You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
379 B
9 lines
379 B
# Tee
|
|
set_prop(tee, vendor_qseecomd_prop)
|
|
|
|
allow tee gatekeeper_vendor_data_file:dir { write add_name read open search };
|
|
allow tee gatekeeper_vendor_data_file:file { create write open read getattr };
|
|
|
|
# This is for randomly generated TEE directories in /efs
|
|
allow tee efs_file:dir { search read write open add_name };
|
|
allow tee efs_file:file { read write open getattr create };
|
|
|