diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-11-04 00:49:32 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-11-04 00:49:32 +0900 |
| commit | 7962681f4a9ea0614fe788ca2cda2c697cfff162 (patch) | |
| tree | 43020bd45c26bc926e83782858b59d474f57e9ce /internal/app/seal.go | |
| parent | bfcce3ff75017aa8a4306cae88a4f31d9cc7238c (diff) | |
app: format mapped uid instead of real uid
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
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 |
