From 163f15e93f009d15ecc2f93932e26728aff9904b Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 25 Jan 2025 12:59:11 +0900 Subject: helper/seccomp: separate seccomp package Signed-off-by: Ophestra --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 2a478063..36396edf 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ import ( "git.gensokyo.uk/security/fortify/dbus" "git.gensokyo.uk/security/fortify/fst" - "git.gensokyo.uk/security/fortify/helper/bwrap" + "git.gensokyo.uk/security/fortify/helper/seccomp" "git.gensokyo.uk/security/fortify/internal" "git.gensokyo.uk/security/fortify/internal/app" "git.gensokyo.uk/security/fortify/internal/fmsg" @@ -310,7 +310,7 @@ func runApp(config *fst.Config) { ctx, cancel := context.WithCancel(context.Background()) if fmsg.Verbose() { - bwrap.CPrintln = fmsg.Println + seccomp.CPrintln = fmsg.Println } // handle signals for graceful shutdown -- cgit v1.3.1