Handle library usage and missing network namespace gracefully

This commit is contained in:
JY Tan
2025-12-26 16:19:07 -08:00
parent 6fdd1af057
commit 6c21e008c3
3 changed files with 13 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ type LinuxFeatures struct {
HasEBPF bool
HasCapBPF bool
HasCapRoot bool
CanUnshareNet bool
KernelMajor int
KernelMinor int
}