Enhance Linux sandbox security features with Landlock, seccomp, and eBPF monitoring

This commit is contained in:
JY Tan
2025-12-25 17:33:55 -08:00
parent a8158a39b3
commit 08ed28f88f
20 changed files with 2820 additions and 64 deletions

2
go.mod
View File

@@ -3,8 +3,10 @@ module github.com/Use-Tusk/fence
go 1.25
require (
github.com/bmatcuk/doublestar/v4 v4.9.1
github.com/spf13/cobra v1.8.1
github.com/things-go/go-socks5 v0.0.5
golang.org/x/sys v0.39.0
)
require (