Skip to content
Snippets Groups Projects
Select Git revision
  • d4c2e7582b79ab4ab97e017768104388a6ecbda6
  • passt default
  • master
  • pu
  • todo
  • next
  • maint
  • v2.8.0-rc1
  • v2.8.0-rc0
  • v2.7.2
  • v2.7.1
  • v2.7.0
  • v2.6.5
  • v2.7.0-rc3
  • v2.7.0-rc2
  • v2.7.0-rc1
  • v2.7.0-rc0
  • v2.6.4
  • v2.6.3
  • v2.6.2
  • v2.6.1
  • v2.3.10
  • v2.5.4
  • v2.4.10
  • v2.6.0
  • v2.6.0-rc3
  • v2.5.3
27 results

t9168-git-svn-partially-globbed-names.sh

Blame
  • tee.te 449 B
    ##
    # 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;
    
    init_daemon_domain(tee)
    allow tee self:capability { dac_override };
    allow tee tee_device:chr_file rw_file_perms;
    allow tee tee_data_file:dir { getattr write add_name };
    allow tee tee_data_file:file create_file_perms;
    allow tee self:netlink_socket { create bind read };