summaryrefslogtreecommitdiff
path: root/sepolicy/file.te (plain)
blob: ed24f76a8801b475b68d505bcaae39edcba820f2
1# NTFS
2type fuseblk, sdcard_type, fs_type, mlstrustedsubject;
3type hfsplus, sdcard_type, fs_type;
4type iso9660, sdcard_type, fs_type;
5type udf,sdcard_type, fs_type;
6type proc_mounts, fs_type;
7
8type pppoe_wrapper_socket, file_type;
9
10# XBMC
11type sysfs_xbmc, fs_type, sysfs_type;
12# Update
13type update_data_file, file_type, data_file_type;
14#optee
15type drm_device, fs_type,sysfs_type;
16
17#dig_socket
18type dig_socket, file_type;
19
20#TV param
21type param_tv_file, file_type;
22
23#power
24type sysfs_mpgpu_cmd, fs_type, sysfs_type;
25type sysfs_power_trigger, fs_type, sysfs_type;
26type sysfs_mpgpu_scale, fs_type, sysfs_type;
27
28type sysfs_digital_codec, fs_type, sysfs_type;
29type sysfs_audio_samesource, fs_type, sysfs_type;
30type sysfs_audio_cap, fs_type, sysfs_type;
31type sysfs_aud_output_chs, fs_type, sysfs_type;
32type sysfs_audio, fs_type, sysfs_type;
33type sysfs_video, fs_type, sysfs_type;
34
35type ppp_system_file, exec_type, file_type;
36type ppp_data_file, file_type;
37type log_file, file_type, data_file_type;
38
39type ntfs, sdcard_type, fs_type, mlstrustedobject;
40type exfat, sdcard_type, fs_type, mlstrustedobject;
41
42type optee_file, file_type, data_file_type;
43
44