9136362dc7b8fa3569634d6d5a75640ee5efc4ec
[GitHub/LineageOS/android_device_samsung_slsi_sepolicy.git] / common / vendor / file.te
1 # file.te
2
3 ### DATA
4 type biometrics_vendor_data_file, file_type, data_file_type;
5 type conn_vendor_data_file, file_type, data_file_type;
6 type log_vendor_data_file, file_type, data_file_type;
7 type log_cbd_vendor_data_file, file_type, data_file_type;
8 type wifi_vendor_data_file, file_type, data_file_type;
9
10 # EFS
11 type app_efs_file, file_type;
12 type bin_nv_data_efs_file, file_type;
13 type imei_efs_file, file_type;
14 type nfc_efs_file, file_type;
15 type pfw_efs_file, file_type;
16 type prov_efs_file, file_type;
17 type sec_efs_file, file_type;
18 type tee_efs_file, file_type;
19 type wifi_efs_file, file_type;
20
21 ### SYSFS
22 type sysfs_battery, sysfs_type, r_fs_type, fs_type;
23 type sysfs_fingerprint, sysfs_type, r_fs_type, fs_type;
24 type sysfs_iio, sysfs_type, r_fs_type, fs_type;
25 type sysfs_input, sysfs_type, r_fs_type, fs_type;
26 type sysfs_sec_key, sysfs_type, r_fs_type, fs_type;
27 type sysfs_sec_sensors, sysfs_type, r_fs_type, fs_type;
28 type sysfs_sec_touchscreen, sysfs_type, r_fs_type, fs_type;
29 type sysfs_sim, sysfs_type, r_fs_type, fs_type;
30 type sysfs_sensors, sysfs_type, r_fs_type, fs_type;
31 type sysfs_wifi, sysfs_type, r_fs_type, fs_type;
32
33 type sysfs_backlight_writable, sysfs_type, rw_fs_type, fs_type;
34 type sysfs_battery_writable, sysfs_type, rw_fs_type, fs_type;
35 type sysfs_lcd_writable, sysfs_type, rw_fs_type, fs_type;
36 type sysfs_power_writable, sysfs_type, rw_fs_type, fs_type;
37 type sysfs_sensors_writable, sysfs_type, rw_fs_type, fs_type;
38 type sysfs_sim_writable, sysfs_type, rw_fs_type, fs_type;
39 type sysfs_spi_writeable, sysfs_type, rw_fs_type, fs_type;
40 type sysfs_touchscreen_writable, sysfs_type, rw_fs_type, fs_type;
41 type sysfs_wifi_writable, sysfs_type, rw_fs_type, fs_type;
42
43 ### VENDOR
44 type vendor_firmware_file, file_type, vendor_file_type;