Home | History | Annotate | Download | only in common
      1 type qti, domain;
      2 type qti_exec, exec_type, vendor_file_type, file_type;
      3 
      4 init_daemon_domain(qti)
      5 net_domain(qti)
      6 
      7 allow qti sysfs_soc:dir search;
      8 allow qti sysfs_soc:file r_file_perms;
      9 
     10 allow qti smd_device:chr_file { read write };
     11 allow qti rmnet_device:chr_file rw_file_perms;
     12 
     13 allow qti self:socket create_socket_perms;
     14 allowxperm qti self:socket ioctl msm_sock_ipc_ioctls;
     15 
     16 r_dir_file(qti, sysfs_msm_subsys)
     17 
     18 dontaudit qti kernel:system module_request;
     19