ipn/ipnlocal: use syspolicy to determine collection of posture data

Updates #5902

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby
2023-10-06 15:00:04 +02:00
committed by Kristoffer Dalby
parent d0b8bdf8f7
commit 7f540042d5
3 changed files with 17 additions and 4 deletions

View File

@@ -32,4 +32,8 @@ const (
// The default is 0 unless otherwise stated.
LogSCMInteractions Key = "LogSCMInteractions"
FlushDNSOnSessionUnlock Key = "FlushDNSOnSessionUnlock"
// Boolean key that indicates if posture checking is enabled and the client shall gather
// posture data.
PostureChecking Key = "PostureChecking"
)