app: merge seal with sys
The existence of the appSealSys struct was an implementation detail obsolete since system.I was integrated in 084cd84f36.
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user