summaryrefslogtreecommitdiffstats
path: root/selinux/device.te
blob: cd94885afceafd6bb317c62a9e7850967646c867 (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
type mfc_device, dev_type;
type rfkill_device, dev_type;
type wlan_device, dev_type;
type modem_block_device, dev_type;
type diagnostic_device, dev_type;
type efs_block_device, dev_type;
#type boot_block_device, dev_type;

#SSR device
type ssr_device, dev_type;

#device type for smd device nodes, ie /dev/smd*
type smd_device, dev_type;

#Define the hsic device
type hsic_device, dev_type;

#Define the mhi device
type mhi_device, dev_type;

#Define the logging device type
type diag_device, dev_type;
type smem_log_device, dev_type;

#Define rct device type for time daemon
#type rtc_device, dev_type;