Bug: 196916111 Test: boot to home with all services launched Change-Id: I3453fc01cec5fd7b2b2a44a6f20c64e818ce1acd
17 lines
504 B
Text
17 lines
504 B
Text
# OFLBasicAgent app
|
|
|
|
type ofl_app, domain;
|
|
|
|
userdebug_or_eng(`
|
|
app_domain(ofl_app)
|
|
net_domain(ofl_app)
|
|
|
|
allow ofl_app app_api_service:service_manager find;
|
|
allow ofl_app nfc_service:service_manager find;
|
|
allow ofl_app radio_service:service_manager find;
|
|
allow ofl_app surfaceflinger_service:service_manager find;
|
|
|
|
# Access to directly update firmware on secure_element
|
|
typeattribute secure_element_device mlstrustedobject;
|
|
allow ofl_app secure_element_device:chr_file rw_file_perms;
|
|
')
|