Expand description
Sample implementations of application credentials checkers, used to decide whether an application can be loaded. See
Structs§
- AppChecker
Null - A sample Credentials Checking Policy that approves all apps.
- AppChecker
RsaSimulated - A sample Credentials Checking Policy that loads and runs Userspace Binaries that have RSA3072 or RSA4096 credentials.
- AppChecker
Sha256 - A Credentials Checking Policy that only runs Userspace Binaries which have a unique SHA256 credential.
- AppId
Assigner Names - A sample AppID Assignment tool that assigns pseudo-unique AppIDs and ShortIds based on the process name.
- AppId
Assigner Simulated