2025-09-13 20:20:08 -07:00
|
|
|
// Copyright (c) Tailscale Inc & AUTHORS
|
|
|
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
|
|
2025-09-15 09:52:17 -07:00
|
|
|
// Code generated by gen.go; DO NOT EDIT.
|
2025-09-13 20:20:08 -07:00
|
|
|
|
|
|
|
|
//go:build !ts_omit_syspolicy
|
|
|
|
|
|
2025-09-15 09:52:17 -07:00
|
|
|
package buildfeatures
|
2025-09-13 20:20:08 -07:00
|
|
|
|
2025-09-15 09:52:17 -07:00
|
|
|
// HasSystemPolicy is whether the binary was built with support for modular feature "System policy configuration (MDM) support".
|
2025-09-13 20:20:08 -07:00
|
|
|
// Specifically, it's whether the binary was NOT built with the "ts_omit_syspolicy" build tag.
|
|
|
|
|
// It's a const so it can be used for dead code elimination.
|
2025-09-15 09:52:17 -07:00
|
|
|
const HasSystemPolicy = true
|