From f885dede9b10c06004be0eac19d80b7bc718100a Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 7 Apr 2025 04:07:20 +0900 Subject: sandbox/seccomp: unexport println wrapper This is an implementation detail that was exported for the bwrap argument builder. The removal of that package allows it to be unexported. Signed-off-by: Ophestra --- sandbox/seccomp/seccomp.go | 1 + 1 file changed, 1 insertion(+) (limited to 'sandbox/seccomp/seccomp.go') diff --git a/sandbox/seccomp/seccomp.go b/sandbox/seccomp/seccomp.go index 9bc74d36..228c6834 100644 --- a/sandbox/seccomp/seccomp.go +++ b/sandbox/seccomp/seccomp.go @@ -7,6 +7,7 @@ package seccomp #include "seccomp-build.h" */ import "C" + import ( "errors" "fmt" -- cgit v1.3.1