aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/autoroot.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/autoroot.go')
-rw-r--r--container/autoroot.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/autoroot.go b/container/autoroot.go
index b6375b8c..5ed9b6c7 100644
--- a/container/autoroot.go
+++ b/container/autoroot.go
@@ -42,7 +42,7 @@ func (r *AutoRootOp) early(params *Params) error {
if IsAutoRootBindable(name) {
op := &BindMountOp{
Source: path.Join(r.Host, name),
- Target: "/" + name,
+ Target: FHSRoot + name,
Flags: r.Flags,
}
if err = op.early(params); err != nil {