* /data/display does not exist and we are unable to allow writing to /data/system since it's a neverallow. Instead we are creating /data/misc/display which coredomain is allowed to write to. Change-Id: I1198c61177b75fd2ad460aafab5f2d5010b2ca63
20 lines
544 B
Text
20 lines
544 B
Text
# rootfs
|
|
type adsprpcd_file, file_type;
|
|
type bt_firmware_file, file_type;
|
|
type firmware_file, file_type;
|
|
type op1_file, file_type;
|
|
type op2_file, file_type;
|
|
type persist_file, file_type;
|
|
|
|
# proc
|
|
type proc_touchpanel, fs_type, proc_type;
|
|
|
|
# sysfs
|
|
type sysfs_battery_supply, 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;
|