mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-28 05:00:08 +00:00
9 lines
176 B
Go
9 lines
176 B
Go
|
|
// Copyright (c) Tailscale Inc & AUTHORS
|
||
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
|
||
|
|
//go:build !ts_omit_syspolicy
|
||
|
|
|
||
|
|
package logpolicy
|
||
|
|
|
||
|
|
import _ "tailscale.com/feature/syspolicy"
|