From 89bbb2581b55a446fed14e35d852d1b22e9339b5 Mon Sep 17 00:00:00 2001 From: Max Bires Date: Wed, 8 Feb 2023 16:29:50 -0800 Subject: [PATCH] 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 --- private/gmscore_app.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/private/gmscore_app.te b/private/gmscore_app.te index 879579891..cd05a65e2 100644 --- a/private/gmscore_app.te +++ b/private/gmscore_app.te @@ -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 *;