diff options
Diffstat (limited to 'internal/app/seal.go')
| -rw-r--r-- | internal/app/seal.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/seal.go b/internal/app/seal.go index ca7048b7..6852ddc6 100644 --- a/internal/app/seal.go +++ b/internal/app/seal.go @@ -139,7 +139,7 @@ func (a *app) Seal(config *Config) error { } } else { seal.sys.user = u - seal.sys.runtime = path.Join("/run/user", u.Uid) + seal.sys.runtime = path.Join("/run/user", mappedIDString) } // map sandbox config to bwrap |
