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

# Qualcomm Secure Execution Environment Communicator (QSEECOM) device
type qseecom_device, dev_type;

type diag_device, dev_type;
type bcm2079x_device, dev_type;

# Qualcomm MSM Audio ACDB device
type msm_acdb_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;