Grant the Pixel Modem Service access to the SubscriptionManager.
Bug: 344624813 avc denial: avc: denied { find } for pid=2372 uid=10303 name=isub scontext=u:r:pixel_modem_app:s0:c47,c257,c512,c768 tcontext=u:object_r:radio_service:s0 tclass=service_manager permissive=0 Change-Id: I2e74ae8b364a30895e2769504efcd604f19adfa7
This commit is contained in:
parent
26d46a3e99
commit
785df18f1e
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ type pixel_modem_app, domain;
|
|||
app_domain(pixel_modem_app)
|
||||
|
||||
allow pixel_modem_app app_api_service:service_manager find;
|
||||
allow pixel_modem_app radio_service:service_manager find;
|
||||
|
||||
# Allow the pixel_modem_app to find and call shared modem platform service.
|
||||
hal_client_domain(pixel_modem_app, hal_shared_modem_platform)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue