- Add selinux policies to allow edgetpu_app_service to access gxp device. Bug: 316262348 Test: Disable selinux policies for GCA, then verify if GCA is able to access device through edgetpu app service. Change-Id: I83429755b1406289c8714d9499c1f14c1ec76a30
4 lines
182 B
Plaintext
4 lines
182 B
Plaintext
# Allows applications to access the GXP device, except open,
|
|
# which is guarded by the EdgeTPU service.
|
|
allow untrusted_app_all gxp_device:chr_file { getattr read write ioctl map };
|