aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/share.system.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/app/share.system.go')
-rw-r--r--internal/app/share.system.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/share.system.go b/internal/app/share.system.go
index 7c97c48a..e1e66de9 100644
--- a/internal/app/share.system.go
+++ b/internal/app/share.system.go
@@ -58,7 +58,7 @@ func (seal *appSeal) sharePasswd(os linux.System) {
}
// bind home directory
- seal.sys.bwrap.Bind(homeDir, homeDir, false, true)
+ seal.sys.bwrap.Bind(seal.sys.user.data, homeDir, false, true)
seal.sys.bwrap.Chdir = homeDir
seal.sys.bwrap.SetEnv["USER"] = username