diff options
Diffstat (limited to 'internal/app/start.go')
| -rw-r--r-- | internal/app/start.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/start.go b/internal/app/start.go index 725d69dd..c496561c 100644 --- a/internal/app/start.go +++ b/internal/app/start.go @@ -70,7 +70,7 @@ func (a *app) Start() error { a.cmd.Stderr = os.Stderr a.cmd.Dir = a.seal.RunDirPath - if wls, err := shim.ServeConfig(confSockPath, &shim.Payload{ + if wls, err := shim.ServeConfig(confSockPath, a.seal.sys.uid, &shim.Payload{ Argv: a.seal.command, Exec: shimExec, Bwrap: a.seal.sys.bwrap, |
