logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

pvattest perform - Send the attestation request to the Ultravisor

Description

       Run a measurement of this system through ’/dev/uv’. This device must be accessible and the attestation
       Ultravisor facility must be present. The input must be an attestation request created with ’pvattest
       create’. Output will contain the original request and the response from the Ultravisor.

Examples

       Perform an attestation measurement with the attestation request 'attreq.bin' and write the output to
       'attresp.bin'.

              $ pvattest perform attreq.bin attresp.bin

Name

pvattestperform - Send the attestation request to the Ultravisor

Options

       <IN>
           Specify the request to be sent.

       <OUT>
           Write the result to FILE.

       -u, --user-data <File>
           Provide up to 256 bytes of user input User-data is arbitrary user-defined data appended to the
           Attestation measurement. It is verified during the Attestation measurement verification. May be any
           arbitrary data, as long as it is less or equal to 256 bytes

       -h, --help
           Print help (see a summary with '-h').

See Also

pvattest(1)

s390-tools                                         2024-11-18                                pvattest-perform(1)

Synopsis

       pvattest perform [OPTIONS] [IN] [OUT]

See Also