Skip to content

v2024.11

Compare
Choose a tag to compare
@mlw mlw released this 10 Dec 16:13
82fddd3

Notes

Caution

Shortly after the release of v2024.11, an issue was identified that could affect users upgrading from v2024.10 while in Lockdown mode. This would leave users in a partially installed state where the older version of Santa was still running. In this state you may see Santa components being blocked. Please use v2024.12 instead.

Remediation Steps

Please see the posted announcement for how to remediate if you've installed v2024.11: #170


Original Notes:

If you're migrating from Google Santa, please see the Migration Guide for details on how to upgrade.

Santa documentation can be found at northpole.dev.

Fixed

❗ Fixed issue where <img> tags in custom messages (from BannedBlockMessage, UnknownBlockMessage and the like) were not rendered.
❗ General UI improvements to handle edge cases such as long filenames/paths and more localization.

Changed

↔️ The InvertProcessExceptions key in the File Access Authorization (FAA) config has been deprecated. Please switch to using the new RuleType key instead.
↔️ Other services besides the main daemon (e.g. the santasyncservice) now watch for config changes.
↔️ Events for critical binaries (those Santa generally disallows blocking) captured when EnableAllEventUpload is set now contain all signing information

Added

➕ Beta support for the new Standalone Mode has been added. This mode operates like Lockdown mode, but allows the user to self-approve binaries via TouchID or password that aren't explicitly blocked.
➕ You now have more control over which events types are logged by using the Telemetry configuration key.
➕ Authentication events are now logged, including TouchID, OD, Smart Cards, and Watch unlock.
santactl rule now supports the --comment flag allowing you to specify arbitrary information about the rule (e.g. what it's for or why it was created.

What's Changed

New Contributors

  • @lid made their first contribution in #48

Full Changelog: 2024.10...2024.11