Merge "Solve SEPolicy issue with the Troubleshooting Wizard" into main

This commit is contained in:
Kai Hsieh 2024-12-20 22:34:57 -08:00 committed by Android (Google) Code Review
commit b24840ba97

View file

@ -16,3 +16,10 @@ hal_server_domain(gia, hal_gia)
# allow gia for accessing touch related system file-nodes
allow gia sysfs_touch_gti:dir r_dir_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)