mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 12:07:36 +00:00
Change-Id: I940a6deef33df856f0e093c3d048708271e9ef2f Signed-off-by: Pranav Vashi <neobuddy89@gmail.com> Signed-off-by: therealmharc <therealmharc@gmail.com>
14 lines
486 B
Plaintext
14 lines
486 B
Plaintext
type sysfs_doze, sysfs_type, fs_type;
|
|
|
|
allow system_app hal_motor_hwservice_xiaomi:hwservice_manager find;
|
|
|
|
binder_call(system_app, hal_motor)
|
|
|
|
allow system_app sysfs_doze:file rw_file_perms;
|
|
|
|
allow system_app { motor_device vendor_sysfs_graphics sysfs_leds }:dir search;
|
|
allow system_app { cgroup vendor_sysfs_graphics }:file rw_file_perms;
|
|
allow system_app { motor_device vendor_sysfs_graphics hall_device }:chr_file rw_file_perms;
|
|
|
|
allow system_app sysfs_thermal:file rw_file_perms;
|