68c470f248
* suppress bunch of capability denials, they are harmless and managed by aosp, if it should be fixed, aosp will do * correct some typo Signed-off-by: pix106 <sbordenave@gmail.com>
35 lines
855 B
Text
35 lines
855 B
Text
type ir_dev_file, file_type;
|
|
type public_adsprpcd_file, file_type;
|
|
type sysfs_fingerprint, fs_type, sysfs_type;
|
|
type sysfs_touchpanel, fs_type, sysfs_type;
|
|
type sysfs_emmc_host, fs_type, sysfs_type;
|
|
type thermal_data_file, file_type, data_file_type;
|
|
type sysfs_info, fs_type, sysfs_type;
|
|
|
|
# DeviceSettings
|
|
type sysfs_fpsinfo, sysfs_type, fs_type;
|
|
type sysfs_headphonegain, sysfs_type, fs_type;
|
|
type sysfs_micgain, sysfs_type, fs_type;
|
|
type sysfs_earpiecegain, sysfs_type, fs_type;
|
|
|
|
# HVDCP
|
|
type vendor_sysfs_hvdcp, fs_type, sysfs_type;
|
|
|
|
# Hall Switch
|
|
type hall_dev, sysfs_type, fs_type;
|
|
|
|
# Fast Charge
|
|
type sysfs_fcharge, sysfs_type, fs_type;
|
|
|
|
# Kcal
|
|
type kcal_dev, sysfs_type, fs_type;
|
|
|
|
# Sockets
|
|
type audio_socket, file_type;
|
|
|
|
# Battery Saver
|
|
type sysfs_battery_saver, fs_type, sysfs_type;
|
|
|
|
# PowerHAL
|
|
type proc_sched_energy_aware, proc_type, fs_type;
|
|
|