google / santa

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

Adopt namespace naming guidelines - part 1 #1384

Closed mlw closed 3 months ago

mlw commented 3 months ago

The style guide prefers that a projects do not overly nest namespace names, and note that unless necessary, a single top-level namespace per project is the most effective strategy to limit exposure to collisions.

To keep PR size reasonable, part 1 only changes things in santa::common and santa::santad::data_layer. Other namespaces will be converted in a future PR.

References: