mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-23 03:17:43 +00:00
hostinfo,tailcfg: report TPM availability on windows/linux (#15831)
Start collecting fleet data on TPM availability via hostinfo. Updates #15830 Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
This commit is contained in:
12
feature/tpm/tpm_other.go
Normal file
12
feature/tpm/tpm_other.go
Normal file
@@ -0,0 +1,12 @@
|
||||
// Copyright (c) Tailscale Inc & AUTHORS
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
//go:build !linux && !windows
|
||||
|
||||
package tpm
|
||||
|
||||
import "tailscale.com/tailcfg"
|
||||
|
||||
func info() *tailcfg.TPMInfo {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user