google / santa

A binary authorization and monitoring system for macOS
https://santa.dev
Apache License 2.0
4.37k stars 295 forks source link

Config Generator #1347

Open russellhancox opened 2 months ago

russellhancox commented 2 months ago

Crafting a configuration profile is tedious, difficult to get right, and the documentation for all the keys is difficult to write.

We could host a config generator site on santa.dev as a form with instructions for each key that then produces a valid plist config. This will require a fair bit of JavaScript but GH pages supports hosting JS files so this should be OK.

As well as a form being much simpler to use, we can document each key in-line with the form.

pmarkowsky commented 2 months ago

This would be fantastic.