mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 11:27:36 +00:00
This change includes the google_camera_app domain into the EdgeTPU selinux rules. With it the GCA is now able to access EdgeTPU. Bug: 221020793 Test: verified GCA to work on P22. Change-Id: I69010e2a8cca1429df402ae587b939d38e20a287
4 lines
193 B
Plaintext
4 lines
193 B
Plaintext
# Allows GCA to find and access the EdgeTPU.
|
|
allow google_camera_app edgetpu_app_service:service_manager find;
|
|
allow google_camera_app edgetpu_device:chr_file { getattr read write ioctl map };
|