aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/seal.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/app/seal.go')
-rw-r--r--internal/app/seal.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/app/seal.go b/internal/app/seal.go
index 80e95370..9d338780 100644
--- a/internal/app/seal.go
+++ b/internal/app/seal.go
@@ -255,8 +255,9 @@ func (seal *outcome) finalise(ctx context.Context, sys sys.State, config *fst.Co
mapuid = newInt(uid)
mapgid = newInt(gid)
if seal.env == nil {
- seal.env = make(map[string]string)
+ seal.env = make(map[string]string, 1<<6)
}
+ seal.env[shell] = shellPath
}
/*