Home | History | Annotate | Download | only in sepolicy
      1 #Define the logging device type
      2 type diag_device, dev_type, mlstrustedobject;
      3 type smem_log_device, dev_type;
      4 type ramdump_device, dev_type;
      5 
      6 type smd_device, dev_type;
      7 
      8 type mmc_block_device, dev_type;
      9 
     10 #device type for rmnet device nodes, ie /dev/rmnet_ctrl*
     11 type rmnet_device, dev_type;
     12 
     13 #Define thermal-engine devices
     14 type thermal_device, dev_type;
     15 
     16 # modem partition
     17 type modem_block_device, dev_type;
     18 
     19 # secure software download partition
     20 type ssd_block_device, dev_type;
     21 
     22 # eMMC rpmb - necessarily drm?
     23 type drm_block_device, dev_type;
     24 
     25 # Thermal engine
     26 type thermal_engine_device, dev_type;
     27 
     28 #SSR device
     29 type ssr_device, dev_type;
     30 
     31 type ttyHS0_device, dev_type;
     32 
     33 # Fingerprint device
     34 type fingerprint_device, dev_type;
     35 
     36 type subsys_modem_device, dev_type;
     37