1# Allow VrCore to be put in an app-specific SELinux domain.
2[@VRCORE]
3ALL : device/google/vrservices/vrcore/sepolicy/certs/vrcore-release.x509.pem
4
5# Release builds of Android should not trust development builds of VrCore.
6# Unfortnately the infrastructure requires a certificate for each build variant,
7# so switch to a bogus, unused cert for user builds.
8[@VRCORE_DEV]
9ENG       : device/google/vrservices/vrcore/sepolicy/certs/vrcore.x509.pem
10USERDEBUG : device/google/vrservices/vrcore/sepolicy/certs/vrcore.x509.pem
11USER      : device/google/vrservices/vrcore/sepolicy/certs/vrcore-dummy.x509.pem
12