You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
This call could be used by the runtime to determine the capabilities of the agent. For seccomp, that would allow the runtime to either send the seccomp profile (if the agent supports it), or potentially to remove the seccomp profile if it doesn't.
Along with showing whether the agent was built with seccomp support, we could also add the same details to AgentFeaturesResponse that are displayed by the announce() call.
Alternative: if we want to minimise new calls, we do already have GetGuestDetails(), so that could be extended to also return agent details.