android_device_oneplus_dre/sepolicy/private/file.te
LuK1337 b8e72b1ff6 sdm845-common: sepolicy: Address init denials
Change-Id: Ib68ab9934cc3668eae004812c56692e2a5a010d2
2020-01-21 13:09:13 +01:00

17 lines
455 B
Text

# rootfs
type op1_file, file_type;
type op2_file, file_type;
# proc
type proc_touchpanel, fs_type, proc_type;
# sysfs
type sysfs_battery_supply, sysfs_type, fs_type;
type sysfs_fod, sysfs_type, fs_type;
type sysfs_fpc_proximity, sysfs_type, fs_type;
type sysfs_graphics, sysfs_type, fs_type;
type sysfs_oem, sysfs_type, fs_type;
type sysfs_usb_supply, sysfs_type, fs_type;
# data
type display_misc_file, file_type, data_file_type, core_data_file_type;