Module kernel::process_checker

source ·
Expand description

Traits and types for application credentials checkers, used to decide whether an application can be loaded.

See the AppID TRD.

Structs§

  • The accepted credential from the credential checker.
  • Optional metadata the credential checker can attach to an accepted credential.
  • Checks the footers for a ProcessBinary and decides whether to continue loading the process based on the checking policy in checker.

Enums§

  • What a AppCredentialsChecker decided a particular application’s credential indicates about the runnability of an application binary.
  • Error from checking process credentials.

Traits§