Allow treble_app to control /dev/input/eventX (useful to enable dt2w)
This commit is contained in:
parent
a484416c99
commit
054ec8dd01
@ -7,3 +7,7 @@ allow system_app sysfs_batteryinfo:file rw_file_perms;
|
|||||||
|
|
||||||
type vendor_camera_prop, property_type;
|
type vendor_camera_prop, property_type;
|
||||||
set_prop(system_app, vendor_camera_prop);
|
set_prop(system_app, vendor_camera_prop);
|
||||||
|
|
||||||
|
#Used to control double-tap-to-wake on Xiaomi
|
||||||
|
allow system_app input_device:chr_file rw_file_perms;
|
||||||
|
allow system_app input_device:dir r_dir_perms;
|
||||||
|
Loading…
Reference in New Issue
Block a user