bug: 264489564 test: Use ofl_app (OFLBasicAgent app) will not face avc error Change-Id: I55061f6b067e054ec605cd6a196406e48c1271e6
17 lines
No EOL
489 B
Text
17 lines
No EOL
489 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 st54spi_device
|
|
typeattribute st54spi_device mlstrustedobject;
|
|
allow ofl_app st54spi_device:chr_file rw_file_perms;
|
|
') |