Home | History | Annotate | Download | only in sepolicy
      1 ##
      2 # trusted execution environment (tee) daemon
      3 #
      4 type tee, domain;
      5 type tee_exec, exec_type, file_type;
      6 type tee_device, dev_type;
      7 type tee_data_file, file_type, data_file_type;
      8 
      9 permissive tee;
     10 unconfined_domain(tee)
     11 init_daemon_domain(tee)
     12