1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Default type for anything under /asdf.
type asdf_data_file, file_type;
# Default type for anything under /factory.
type fac_file, file_type;
type sysfs_touchscreen, sysfs_type, fs_type;
type proc_aphd, fs_type;
type proc_apid, fs_type;
type proc_aplte, fs_type;
type proc_aprf, fs_type;
type proc_driver, fs_type;
type proc_driver_audio, fs_type;
type proc_driver_battery, fs_type;
type proc_driver_camera, fs_type;
type proc_driver_laf, fs_type;
type proc_asusevtlog, fs_type;
type proc_boot_reason, fs_type;
type camera_db_file, file_type;
|