use landlock to restrict permissions on linux
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M go.mod → go.mod
@@ -9,6 +9,7 @@ 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@@ -37,4 +38,5 @@ 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 )