use landlock to restrict permissions on linux
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M unveil_stub.go → unveil_stub.go
@@ -1,5 +1,5 @@ -//go:build !openbsd -// +build !openbsd +//go:build !openbsd && !linux +// +build !openbsd,!linux // Stub functions for GOOS that don't support unix.Unveil()