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
Check that provider is tdx_guest and give an error otherwise
Check the generation number - from the docs:
The value in this attribute increments each time @inblob or any option is written. Userspace can detect conflicts by checking generation before writing to any attribute and making sure the number of writes matches expectations after reading @outblob, or it can prevent conflicts by creating a report instance per requesting context.
Could potentially write a privlevel privilege value
Consider writing service_provider
Consider writing service_guid
Consider writing service_manifest_version
The text was updated successfully, but these errors were encountered:
Read
auxblob
which has supplementary output dataCheck that
provider
istdx_guest
and give an error otherwiseCheck the
generation
number - from the docs:The value in this attribute increments each time @inblob or any option is written. Userspace can detect conflicts by checking generation before writing to any attribute and making sure the number of writes matches expectations after reading @outblob, or it can prevent conflicts by creating a report instance per requesting context.
privlevel
privilege valueservice_provider
service_guid
service_manifest_version
The text was updated successfully, but these errors were encountered: