From f6dd9dab6a91c8c39ea2a5afbca50e427e6a21ba Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 10 Oct 2025 19:48:37 +0900 Subject: internal/app: hold path hiding in op This makes no sense to be part of the global state. Signed-off-by: Ophestra --- internal/app/outcome.go | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'internal/app/outcome.go') diff --git a/internal/app/outcome.go b/internal/app/outcome.go index 0999ae91..4d2cd713 100644 --- a/internal/app/outcome.go +++ b/internal/app/outcome.go @@ -57,9 +57,6 @@ type outcomeState struct { sc hst.Paths *EnvPaths - // Matched paths to cover. Populated by spFilesystemOp. - HidePaths []*check.Absolute - // Copied via populateLocal. k syscallDispatcher // Copied via populateLocal. @@ -154,7 +151,7 @@ type outcomeStateSys struct { directWayland bool // Copied header from [hst.Config]. Safe for read by spFinalOp.toSystem only. extraPerms []*hst.ExtraPermConfig - // Copied address from [hst.Config. Safe for read by spDBusOp.toSystem only. + // Copied address from [hst.Config]. Safe for read by spDBusOp.toSystem only. sessionBus, systemBus *hst.BusConfig sys *system.I @@ -255,7 +252,7 @@ func (state *outcomeStateSys) toSystem() error { &spParamsOp{}, // TODO(ophestra): move this late for #8 and #9 - spFilesystemOp{}, + &spFilesystemOp{}, spRuntimeOp{}, spTmpdirOp{}, -- cgit v1.3.1