summaryrefslogtreecommitdiff
path: root/sepolicy/device.te
blob: fe55ec619347a73763520a2ca41f0421ebc0cdcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# GPU (used by most UI apps)
type gpu_device, dev_type;

type diag_device, dev_type;

# Kickstart device used by QC qcks
type kickstart_device, dev_type;

# SMD device, used by hci_qcomm_init
type smd_device, dev_type;

# Radio related block device
type efs_block_device, dev_type;

# Shared memory logger
type shared_log_device, dev_type;

type power_control_device, dev_type;