filed

Job queue using FUSE

git clone git://mccd.space/filed

commit d3921b301603f450d29942c0afd18d0018fddffe
parent 1547f4d171c24b5f19b2799b1a35fe02b76f2ee5
Author: Marc Coquand <marc@coquand.email>
Date:   Thu, 29 Jan 2026 11:23:11 +0100

Remove landlock

Diffstat:
Mcmd/filed-launch/main.go | 3---
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/cmd/filed-launch/main.go b/cmd/filed-launch/main.go
@@ -4,7 +4,6 @@ import (
 	"flag"
 	"fmt"
 	"log"
-	"log/slog"
 	"os"
 	"os/exec"
 	"syscall"
@@ -61,8 +60,6 @@ func main() {
 		}
 	}
 
-	slog.Info("Landlock", "Restrictions", rules)
-
 	fullPath, err := exec.LookPath(target)
 	if err != nil {
 		log.Fatalf("command not found: %v", err)