android_device_xiaomi_sdm66.../sepolicy/vendor/file.te
dianlujitao 55f4d4eb18
sdm660-common: sepolicy: Drop unused sysfs_light
Change-Id: I62bfac69bdcebaf7d484bbc39ea4e16f8beb8e6b
2020-08-12 02:02:38 +06:00

23 lines
649 B
Text

type ir_dev_file, file_type;
type proc_dt2w, fs_type, proc_type;
type fingerprint_data_file, file_type, data_file_type, core_data_file_type;
type fingerprint_sysfs, fs_type, sysfs_type;
type sysfs_info, fs_type, sysfs_type;
allow ueventd ir_dev_file:chr_file { create setattr };
# Touchscreen wake_gesture
type sysfs_tap_to_wake, sysfs_type, fs_type;
# Fingerprint
type fingerprintd_device, file_type, dev_type;
type persist_fingerprint_file, file_type;
type sysfs_fingerprint, sysfs_type, fs_type;
# Hall Switch
type hall_dev, sysfs_type, fs_type;
# Kcal
type kcal_dev, sysfs_type, fs_type;
type thermal_data_file, file_type, data_file_type;