google / santa

A binary authorization and monitoring system for macOS

Home Page:https://santa.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The configuration key `EnableForkAndExitLogging` is broken

mlw opened this issue · comments

The configuration key EnableForkAndExitLogging is supposed to control whether or not Santa logs FORK/EXIT event types. It is supposed to default to false.

However, in v2022.9, support for the key was inadvertently removed. The effect is that FORK/EXIT events are always logged, regardless of the setting.

Support for this key should be added back with the original false default.