mirror of
https://git.vectorsigma.ru/public/headscale.git
synced 2026-07-28 22:28:02 +00:00
CheckPolicy validates a candidate policy against a running server's live users and nodes (running its tests block) without persisting anything. Used by 'headscale policy check' to replace the in-process validation path the CLI runs today, which would otherwise need its own database connection. Updates #1803