mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 21:27:31 +00:00
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:

committed by
Kristoffer Dalby

parent
d0b8bdf8f7
commit
7f540042d5
@@ -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"
|
||||
)
|
||||
|
Reference in New Issue
Block a user