fix: Landlock probe environment and autofallback to BW

This commit is contained in:
abhisek
2026-05-11 21:29:11 +05:30
parent 00fd6d2a9c
commit 81c161dba3
9 changed files with 265 additions and 12 deletions
+8
View File
@@ -0,0 +1,8 @@
//go:build !linux
package landlock
import "github.com/spf13/cobra"
// NewLandlockProbeCommand returns nil on non-Linux platforms.
func NewLandlockProbeCommand() *cobra.Command { return nil }