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.

Modules§

  • Sample implementations of application credentials checkers, used to decide whether an application can be loaded. See
  • Signature credential checker for checking process credentials.

Structs§

  • 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§