Merge "Allow the microdroid app to use diced" am: 4bbfaa6a2d
am: 50094d86cf
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1965106 Change-Id: I93b95ca17de67511f2754b6314ed720662badf91
This commit is contained in:
commit
721cf64695
1 changed files with 4 additions and 0 deletions
|
@ -11,3 +11,7 @@ type microdroid_app_exec, exec_type, file_type, system_file_type;
|
|||
|
||||
# Talk to binder services (for diced)
|
||||
binder_use(microdroid_app);
|
||||
|
||||
allow microdroid_app dice_node_service:service_manager find;
|
||||
binder_call(microdroid_app, diced);
|
||||
allow microdroid_app diced:diced { get_attestation_chain derive };
|
||||
|
|
Loading…
Reference in a new issue