From dfd94675236844ebcec9ea51f2547ad4fd049357 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 19 Feb 2025 01:36:07 +0900 Subject: app: merge seal with sys The existence of the appSealSys struct was an implementation detail obsolete since system.I was integrated in 084cd84f36a1d608541b4aa4e1e95334395d8953. Signed-off-by: Ophestra --- internal/app/export_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/app/export_test.go') diff --git a/internal/app/export_test.go b/internal/app/export_test.go index 54b7f345..af52912b 100644 --- a/internal/app/export_test.go +++ b/internal/app/export_test.go @@ -16,5 +16,5 @@ func NewWithID(id fst.ID, os sys.State) fst.App { func AppSystemBwrap(a fst.App) (*system.I, *bwrap.Config) { v := a.(*app) - return v.appSeal.sys.I, v.appSeal.sys.bwrap + return v.appSeal.sys, v.appSeal.container } -- cgit v1.3.1