Merge "Solve SEPolicy issue with the Troubleshooting Wizard" into main
This commit is contained in:
commit
b24840ba97
1 changed files with 7 additions and 0 deletions
|
@ -16,3 +16,10 @@ hal_server_domain(gia, hal_gia)
|
||||||
# allow gia for accessing touch related system file-nodes
|
# allow gia for accessing touch related system file-nodes
|
||||||
allow gia sysfs_touch_gti:dir r_dir_perms;
|
allow gia sysfs_touch_gti:dir r_dir_perms;
|
||||||
allow gia sysfs_touch_gti:file rw_file_perms;
|
allow gia sysfs_touch_gti:file rw_file_perms;
|
||||||
|
|
||||||
|
# allow pixelsystemservice_app to communicate with gia
|
||||||
|
binder_use(pixelsystemservice_app)
|
||||||
|
hal_client_domain(pixelsystemservice_app, hal_gia)
|
||||||
|
|
||||||
|
# allow gia to execute callback for pixelsystemservice_app
|
||||||
|
binder_call(gia, pixelsystemservice_app)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue