android_device_oneplus_dre/sepolicy/vendor/file.te
LuK1337 1d85651b3a sm8350-common: sepolicy: Remove procfs_oem_wireless type
SM8350 devices don't have /proc/wireless or /proc/skin_temp_thrd.

Change-Id: Ib3a67f7c508ab3aea0bee28866b7293c8a785739
2021-06-02 01:15:32 +02:00

26 lines
879 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_dash_charger, fs_type, proc_type, sysfs_type;
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;
type sysfs_tri_state_key, sysfs_type, fs_type;
type sysfs_vl53l1, fs_type, sysfs_type;
type vendor_sysfs_video_call_on, fs_type, sysfs_type;