summaryrefslogtreecommitdiffstats
path: root/sepolicy/file.te
blob: 6ada8e6ab7fa3c1f754dd1f69233980a7014aec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# MFC firmware
type firmware_mfc, file_type;

# Common Exynos firmware
type firmware_exynos, file_type;

# Sensors data
type sensors_data_file, file_type, data_file_type;

# Display sysfs
type sysfs_display, fs_type, sysfs_type;