Snap for 11157599 from 039b7e6d76d88fb82e5702590e7e46a01034e84c to 24Q1-release
Change-Id: I7575f9a0701ac4f12ecd2bf136de82dd3c653c42
This commit is contained in:
commit
9e0d8cd6b7
@ -27,6 +27,9 @@ allow edgetpu_tachyon_server gpu_device:chr_file rw_file_perms;
|
||||
allow edgetpu_tachyon_server gpu_device:dir r_dir_perms;
|
||||
allow edgetpu_tachyon_server ion_device:chr_file r_file_perms;
|
||||
|
||||
# Allow Tachyon service to access dmabuf sysytem.
|
||||
allow edgetpu_tachyon_server dmabuf_system_heap_device:chr_file r_file_perms;
|
||||
|
||||
# Allow Tachyon service to read the overcommit_memory info.
|
||||
allow edgetpu_tachyon_server proc_overcommit_memory:file r_file_perms;
|
||||
|
||||
|
3
gxp/sepolicy/edgetpu_tachyon_service.te
Normal file
3
gxp/sepolicy/edgetpu_tachyon_service.te
Normal file
@ -0,0 +1,3 @@
|
||||
# Allow Tachyon service to access the GXP device and read GXP properties.
|
||||
allow edgetpu_tachyon_server gxp_device:chr_file rw_file_perms;
|
||||
get_prop(edgetpu_tachyon_server, vendor_gxp_prop)
|
Loading…
x
Reference in New Issue
Block a user