platform_system_sepolicy/tee.te

12 lines
243 B
Text
Raw Normal View History

2012-08-13 12:09:39 +02:00
##
# trusted execution environment (tee) daemon
#
type tee, domain;
type tee_exec, exec_type, file_type;
type tee_device, dev_type;
type tee_data_file, file_type, data_file_type;
permissive tee;
unconfined_domain(tee)
2012-08-13 12:09:39 +02:00
init_daemon_domain(tee)