Files
pmg/cmd/landlock/landlock_sandbox_exec_other.go
T

10 lines
241 B
Go
Raw Normal View History

//go:build !linux
package landlock
import "github.com/spf13/cobra"
// NewLandlockSandboxExecCommand returns nil on non-Linux platforms where
// Landlock is not available.
func NewLandlockSandboxExecCommand() *cobra.Command { return nil }