Allow treble_app to control /dev/input/eventX (useful to enable dt2w)
This commit is contained in:
parent
07632a8291
commit
b701c84f58
@ -7,3 +7,7 @@ allow system_app sysfs_batteryinfo:file rw_file_perms;
|
||||
|
||||
type vendor_camera_prop, property_type;
|
||||
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