1de7f3c202
Signed-off-by: Akhil Narang <akhilnarang.1999@gmail.com> Signed-off-by: Subhajeet Muhuri <kenny3fcb@gmail.com>
26 lines
735 B
Text
26 lines
735 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;
|
|
|
|
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;
|
|
|
|
# Input files
|
|
type idc_file, file_type, vendor_file_type;
|
|
|
|
# Keylayout
|
|
type vendor_keylayout_file, file_type, vendor_file_type;
|
|
|
|
type sysfs_light, fs_type, sysfs_type;
|
|
type thermal_data_file, file_type, data_file_type;
|
|
|
|
# Power
|
|
type debugfs_wlan, debugfs_type, fs_type;
|