You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
341 B
10 lines
341 B
### |
|
### Apps signed with the platform key. |
|
### |
|
|
|
type platform_app, domain; |
|
|
|
# add for ADUPS_FOTA_SUPPORT or FOTA_UPDATE_SUPPORT. |
|
allow platform_app recovery_service:service_manager find; |
|
allow platform_app { cache_file cache_recovery_file }:dir create_dir_perms; |
|
allow platform_app { cache_file cache_recovery_file }:file create_file_perms;
|
|
|