Fix huawei touchscreen hal for treble app (used for glove mode)
This commit is contained in:
parent
2069acbbc1
commit
e0c0285eb2
@ -19,3 +19,10 @@ allow system_app hal_fingerprint_default:binder { call };
|
|||||||
allow system_app sysfs_power:dir r_dir_perms;
|
allow system_app sysfs_power:dir r_dir_perms;
|
||||||
allow system_app sysfs_power:file rw_file_perms;
|
allow system_app sysfs_power:file rw_file_perms;
|
||||||
allow system_app sysfs_power:lnk_file read;
|
allow system_app sysfs_power:lnk_file read;
|
||||||
|
|
||||||
|
type default_hisi_hwservice, hwservice_manager_type;
|
||||||
|
allow system_app default_hisi_hwservice:hwservice_manager { find };
|
||||||
|
|
||||||
|
type hal_tp_default, domain;
|
||||||
|
allow system_app hal_tp_default:binder { call };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user