android_device_oneplus_dre/sepolicy/vendor/file.te
Albert Tang 14c4279118 dre: Remove KeyHandler
The N200 does not have an alert slider, making KeyHandler useless to us.

Change-Id: I9589b730172b3fc79070d75b8183fe9f92447a6e
2022-06-03 17:40:51 -05:00

22 lines
681 B
Text

# files
type oem_file, file_type;
type op1_file, file_type;
type op2_file, file_type;
type opf_file, file_type;
# procfs
type proc_direct_swappiness, fs_type, proc_type;
type proc_swappiness, fs_type, proc_type;
type proc_touchpanel, fs_type, proc_type;
type proc_watermark_boost_factor, fs_type, proc_type;
# sysfs
type sysfs_dbg, fs_type, sysfs_type;
type sysfs_fod, fs_type, sysfs_type;
type sysfs_fsc, fs_type, sysfs_type;
type sysfs_fuse, fs_type, sysfs_type;
type sysfs_memplus, fs_type, sysfs_type;
type sysfs_ois_control, fs_type, sysfs_type;
type sysfs_project_info, fs_type, sysfs_type;
type sysfs_tof_control, fs_type, sysfs_type;
type sysfs_tpd, fs_type, sysfs_type;