This repository was archived by the owner on Mar 28, 2023. It is now read-only.
Releases: trailofbits/sinter
Releases · trailofbits/sinter
0.1.3 (beta)
Changelog:
- Include more details when logging errors from the EndpointSecurity factory.
0.1.2 (beta)
AuthorizationManager: Add support for allowed application dirs (#83)
0.1.1 Beta
Changes from last release:
- Introduction of a configuration variable,
client_modewhich is either an integer1(MONITOR) or2(LOCKDOWN). LOCKDOWN works as before (implicit blocking of executions of processes with invalid or missing signatures). MONITOR works without those implicit blocking rules enforced, and only logs these violations. - the package installer is now notarized and "stapled" as well as the Sinter app, which was already notarized, now also being stapled. This means the installer and the application should run on first launch, regardless of internet connectivity and regardless of whether the pkg installer has acquired the Quarantine attribute.
0.1.0 Beta
Testing goals:
- Start by testing MONITOR mode
- Verify that it logs process executions
- Should not interfere with executions, or spike CPU
- Should work offline, or with a Moroz server (running locally or remote, no TLS support yet)
- Should run without signature or notarization problems or GateKeeper warnings or other problems
