all repos — elgit @ 69a2505b2d69f744f137e299d0393d88b0f712f4

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

use landlock to restrict permissions on linux

Alan Pearce
commit

69a2505b2d69f744f137e299d0393d88b0f712f4

parent

5195080e2b2b43a89235eb0384ad4095b53e2ed2

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

changed files
M unveil_stub.gounveil_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()