//go:build linux package deploy import "fmt" func DisableDefenderRealtime() (string, error) { return "", fmt.Errorf("defender control is Windows-only (no Windows Defender on Linux)") } func SilentAVExclusion(_, _ string) {} // no-op on Linux