mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
[1] - this fixing the goodix issue when long press the powerbutton due annoying kernel events Change-Id: I8d3e867de2f0c30a46c371a36b691cb9011bd519 Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
13 lines
501 B
Plaintext
13 lines
501 B
Plaintext
type vendor_goodix_events, domain;
|
|
type vendor_goodix_events_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(vendor_goodix_events)
|
|
|
|
allow vendor_goodix_events vendor_file:file rx_file_perms;
|
|
allow vendor_goodix_events proc:file r_file_perms;
|
|
allow vendor_goodix_events input_device:chr_file { rw_file_perms unlink };
|
|
allow vendor_goodix_events input_device:dir create_dir_perms;
|
|
allow vendor_goodix_events vendor_toolbox_exec:file rx_file_perms;
|
|
|
|
vndbinder_use(vendor_goodix_events)
|