Revert "use landlock to restrict permissions on linux" This reverts commit 69a2505b2d69f744f137e299d0393d88b0f712f4.
1 file changed, 0 insertions(+), 2 deletions(-)
changed files
M go.mod → go.mod
@@ -9,7 +9,6 @@ github.com/cyphar/filepath-securejoin v0.4.1 github.com/dimfeld/httptreemux/v5 v5.5.0 github.com/dustin/go-humanize v1.0.1 github.com/go-git/go-git/v5 v5.14.0 - github.com/landlock-lsm/go-landlock v0.0.0-20250303204525-1544bccde3a3 github.com/microcosm-cc/bluemonday v1.0.27 github.com/russross/blackfriday/v2 v2.1.0 go.alanpearce.eu/gomponents v1.4.0@@ -38,5 +37,4 @@ github.com/xanzy/ssh-agent v0.3.3 // indirect golang.org/x/crypto v0.36.0 // indirect golang.org/x/net v0.38.0 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect - kernel.org/pub/linux/libs/security/libcap/psx v1.2.70 // indirect )