summaryrefslogtreecommitdiffstats
path: root/sepolicy/device.te
blob: 4d1980c90a2914ee65933aaa31bffd83cd3a0934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Secure memory
type secmem_device, dev_type;

# Unified Memory Management       
type ump_device, dev_type;

# Efs block device
type efs_block_device, dev_type;

# Rfkill device
type rfkill_device, dev_type;

# MFC device
type mfc_device, dev_type;
type hpd_device, dev_type;

# Fm radio device
type  fm_radio_device, dev_type;

# Gadget serial device
type gadget_serial_device, dev_type;