parent
15bf2f2822
commit
a6fb204f84
45 changed files with 514 additions and 0 deletions
26
sepolicy/vendor/file.te
vendored
Normal file
26
sepolicy/vendor/file.te
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Camera
|
||||
type vendor_persist_camera_file, file_type, vendor_persist_type;
|
||||
|
||||
# Cutback
|
||||
type cutback_data_file, file_type, data_file_type;
|
||||
type cutback_socket, file_type;
|
||||
|
||||
# Fingerprint
|
||||
type vendor_persist_fps_file, file_type, vendor_persist_type;
|
||||
|
||||
# Input Devices
|
||||
type vendor_sysfs_input, sysfs_type, fs_type;
|
||||
|
||||
# Motorola
|
||||
type proc_moto_boot, proc_type, fs_type;
|
||||
type vendor_motobox_exec, exec_type, vendor_file_type, file_type;
|
||||
type vendor_proc_hw, proc_type, fs_type;
|
||||
|
||||
# Partitions
|
||||
type fsg_file, file_type, contextmount_type, vendor_file_type;
|
||||
|
||||
# Power
|
||||
type proc_sched_lib_mask_cpuinfo, proc_type, fs_type;
|
||||
|
||||
# Touchscreen
|
||||
type vendor_sysfs_touchpanel, fs_type, sysfs_type;
|
||||
Loading…
Add table
Add a link
Reference in a new issue