Merge "Allow edgetpu_tachyon_service to access GXP device & Dmabuf." into main
This commit is contained in:
commit
039b7e6d76
2 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue