Module basic

Source
Expand description

Sample implementations of application credentials checkers, used to decide whether an application can be loaded. See

Structs§

AppCheckerNull
A sample Credentials Checking Policy that approves all apps.
AppCheckerRsaSimulated
A sample Credentials Checking Policy that loads and runs Userspace Binaries that have RSA3072 or RSA4096 credentials.
AppCheckerSha256
A Credentials Checking Policy that only runs Userspace Binaries which have a unique SHA256 credential.
AppIdAssignerNames
A sample AppID Assignment tool that assigns pseudo-unique AppIDs and ShortIds based on the process name.
AppIdAssignerSimulated

Traits§

Sha256Verifier