android_system_sepolicy/public/tee.te

12 lines
261 B
Plaintext
Raw Normal View History

2012-08-13 03:09:39 -07:00
##
# trusted execution environment (tee) daemon
#
type tee, domain;
# Device(s) for communicating with the TEE
type tee_device, dev_type;
allow tee fingerprint_vendor_data_file:dir rw_dir_perms;
allow tee fingerprint_vendor_data_file:file create_file_perms;