From 9a1f8e129fe0f9919981b8a1d345a9b455bd76de Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 17 Mar 2025 02:31:46 +0900 Subject: sandbox: wrap fmsg interface Signed-off-by: Ophestra --- internal/app/seal.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'internal/app/seal.go') diff --git a/internal/app/seal.go b/internal/app/seal.go index 7c4ba4b7..30702124 100644 --- a/internal/app/seal.go +++ b/internal/app/seal.go @@ -231,10 +231,6 @@ func (seal *outcome) finalise(sys sys.State, config *fst.Config) error { sc := sys.Paths() seal.runDirPath = sc.RunDirPath seal.sys = system.New(seal.user.uid.unwrap()) - seal.sys.IsVerbose = fmsg.Load - seal.sys.Verbose = fmsg.Verbose - seal.sys.Verbosef = fmsg.Verbosef - seal.sys.WrapErr = fmsg.WrapError /* Work directories -- cgit v1.3.1