Merge "Allow Tachyon service to binder call a shell program" into main

This commit is contained in:
Feiyu Chen 2024-07-19 04:47:25 +00:00 committed by Android (Google) Code Review
commit aab6967f85

View file

@ -63,3 +63,8 @@ allow edgetpu_tachyon_server privapp_data_file:file { map read};
userdebug_or_eng(`
allow edgetpu_tachyon_server shell_data_file:file { map read};
')
# For shell level testing
userdebug_or_eng(`
binder_call(edgetpu_tachyon_server, shell);
')