diff options
Diffstat (limited to 'container/autoroot.go')
| -rw-r--r-- | container/autoroot.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/container/autoroot.go b/container/autoroot.go index f555acad..09e059d9 100644 --- a/container/autoroot.go +++ b/container/autoroot.go @@ -69,6 +69,7 @@ func (r *AutoRootOp) apply(state *setupState, k syscallDispatcher) error { } return nil } +func (r *AutoRootOp) late(*setupState, syscallDispatcher) error { return nil } func (r *AutoRootOp) Is(op Op) bool { vr, ok := op.(*AutoRootOp) |
