summaryrefslogtreecommitdiff
path: root/sepolicy/device.te
blob: e871a7a4e8925e9e1ebaf26466f7345cce14ff71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#Define the logging device type
type diag_device, dev_type, mlstrustedobject;
type smem_log_device, dev_type;
type ramdump_device, dev_type;

type smd_device, dev_type;

type mmc_block_device, dev_type;

#device type for rmnet device nodes, ie /dev/rmnet_ctrl*
type rmnet_device, dev_type;

#Define thermal-engine devices
type thermal_device, dev_type;

# modem partition
type modem_block_device, dev_type;

# secure software download partition
type ssd_block_device, dev_type;

# eMMC rpmb - necessarily drm?
type drm_block_device, dev_type;

# Thermal engine
type thermal_engine_device, dev_type;

#SSR device
type ssr_device, dev_type;

type ttyHS0_device, dev_type;

# Fingerprint device
type fingerprint_device, dev_type;

type subsys_modem_device, dev_type;