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 <cat@gensokyo.uk>
This commit is contained in:
2025-04-07 04:07:20 +09:00
parent e9a7cd526f
commit f885dede9b
4 changed files with 5 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ package seccomp
#include "seccomp-build.h"
*/
import "C"
import (
"errors"
"fmt"