all repos — elgit @ a1d948f0da23af58b3e0a802e8a41a5b1cf016e3

fork of legit: web frontend for git, written in go

Revert "use landlock to restrict permissions on linux" This reverts commit 69a2505b2d69f744f137e299d0393d88b0f712f4.

Alan Pearce
commit

a1d948f0da23af58b3e0a802e8a41a5b1cf016e3

parent

5cf75e880c0d018e160ee17b5201e3edec42d360

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M unveil_stub.gounveil_stub.go
@@ -1,5 +1,5 @@
-//go:build !openbsd && !linux -// +build !openbsd,!linux +//go:build !openbsd +// +build !openbsd // Stub functions for GOOS that don't support unix.Unveil()