Add access to hardware_properties and linker
We might want to change this in later android versions. Bug: b/228159127 Bug: b/227745962 Test: Manual Change-Id: I8f425cc9f2759a29bdd2e6218ad0a1c40750e4f5
This commit is contained in:
parent
bb270f64c9
commit
13bdca21d5
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,7 @@ allow sdk_sandbox font_service:service_manager find;
|
|||
allow sdk_sandbox game_service:service_manager find;
|
||||
allow sdk_sandbox gpu_service:service_manager find;
|
||||
allow sdk_sandbox graphicsstats_service:service_manager find;
|
||||
allow sdk_sandbox hardware_properties_service:service_manager find;
|
||||
allow sdk_sandbox hint_service:service_manager find;
|
||||
allow sdk_sandbox imms_service:service_manager find;
|
||||
allow sdk_sandbox input_method_service:service_manager find;
|
||||
|
@ -89,6 +90,8 @@ allow sdk_sandbox uimode_service:service_manager find;
|
|||
allow sdk_sandbox vcn_management_service:service_manager find;
|
||||
allow sdk_sandbox webviewupdate_service:service_manager find;
|
||||
|
||||
allow sdk_sandbox system_linker_exec:file execute_no_trans;
|
||||
|
||||
# Write app-specific trace data to the Perfetto traced damon. This requires
|
||||
# connecting to its producer socket and obtaining a (per-process) tmpfs fd.
|
||||
perfetto_producer(sdk_sandbox)
|
||||
|
|
Loading…
Reference in a new issue