scag-detect – Gramine Scaffolding autodetector

Synopsis

scag detect [OPTIONS]
scag-detect [OPTIONS]

Description

This program detects whether SGX is properly configured on the machine. If not, will report any problems. Those problems, if any, typically mean that you can develop SGX applications on this machine (incl. those packaged with SCAG), but you cannot run SGX enclaves, even debug ones.

Options

--quiet

Suppress printing error message to standard error on SGX misconfiguration. The only result is the exit code. The default is to print diagnostics.

--verbose

Re-enable printing error messages, possibly disabled with --quiet. This is the default.

Exit status

0

When SGX works correctly.

1

When something is broken. Diagnostics are printed to standard error, unless --quiet is in effect.

See also

is-sgx-available