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
|
# Bluetooth
type brcm_uim, domain;
type brcm_uim_exec, exec_type, file_type;
# Credential manager
type credmgrd, domain;
type credmgrd_exec, exec_type, file_type;
type credmgrd_data_file, file_type, data_file_type, core_data_file_type;
type credmgrd_socket, file_type;
type credmgrd_firmware, file_type;
# Modem
type mlog_qmi, domain;
type mlog_qmi_exec, exec_type, file_type;
# SCD
type scd, domain;
type scd_exec, exec_type, file_type;
type scd_data_file, file_type, data_file_type, core_data_file_type;
# SCT
type sct, domain;
type sct_exec, exec_type, file_type;
# Trim Area
type tad, domain;
type tad_socket, file_type;
type ta_data_file, file_type;
type tad_exec, exec_type, file_type;
|