Add set property permissions to RKPD application.
Test: atest RkpdAppGoogleIntegrationTests Change-Id: Ib1680319f7299b27aab2cc36cc917a8da35ec216
This commit is contained in:
parent
15c64f5a21
commit
01390087b1
2 changed files with 2 additions and 1 deletions
|
@ -633,6 +633,7 @@ neverallow {
|
|||
-init
|
||||
-remote_prov_app
|
||||
-shell
|
||||
-rkpdapp
|
||||
} remote_prov_prop:property_service set;
|
||||
|
||||
neverallow {
|
||||
|
|
|
@ -12,7 +12,7 @@ hal_client_domain(rkpdapp, hal_keymint)
|
|||
|
||||
# Grant access to certain system properties related to RKP
|
||||
get_prop(rkpdapp, device_config_remote_key_provisioning_native_prop)
|
||||
get_prop(rkpdapp, remote_prov_prop)
|
||||
set_prop(rkpdapp, remote_prov_prop)
|
||||
|
||||
# Grant access to the normal services that are available to all apps
|
||||
allow rkpdapp app_api_service:service_manager find;
|
||||
|
|
Loading…
Reference in a new issue