-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to manually trigger remote attestation #197
Comments
You can do this via |
A user-facing option would be helpful, but we should probably add some rate limiting to the attestation backend if we do this. |
Enabling a VPN to be always on is a case when this feature would be useful, if one has remote attestation enabled. I currently set Mullvad VPN to be always on, so my GrapheneOS devices don't have access to the internet immediately up start up of the Owner profile (on both mobile cellular or Wi-Fi), but the Auditor app always starts up before the device can connect to the internet. So, Auditor frequently states that remote attestation failed upon start up. I know that eventually Auditor will make another remote attestation attempt in a few hours, which will succeed; but if I want a successful remote attestation result sooner, I manually force stop Auditor (via its Android OS app settings) and then reopen the Auditor app. This happens currently on Pixel 5a and Pixel Tablet, and also happened when I was using Pixel 4a (before it was on extended support). |
I think the VPN app is supposed to implement an API which tells the OS when the internet is available.
It will be faster than that after it fails, since it marks the job as failed and it will retry soon. |
|
useful for debugging
The text was updated successfully, but these errors were encountered: