Allow GMSCore to read RKP properties.
GMSCore requires access to read RKP properties in order for test suites to validate the hostname is properly set. Test: N/A Change-Id: If537e58d4df74516435bec8955c83bb5494a80f0
This commit is contained in:
parent
db85fd141e
commit
89bbb2581b
1 changed files with 3 additions and 0 deletions
|
@ -149,6 +149,9 @@ get_prop(gmscore_app, virtual_ab_prop)
|
|||
# b/186488185: Allow GMSCore to read dck properties
|
||||
get_prop(gmscore_app, dck_prop)
|
||||
|
||||
# Allow GMSCore to read RKP properties for the purpose of GTS testing.
|
||||
get_prop(gmscore_app, remote_prov_prop)
|
||||
|
||||
# Do not allow getting permission-protected network information from sysfs.
|
||||
neverallow gmscore_app sysfs_net:file *;
|
||||
|
||||
|
|
Loading…
Reference in a new issue