diff options
Diffstat (limited to 'container/autoetc.go')
| -rw-r--r-- | container/autoetc.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/container/autoetc.go b/container/autoetc.go index 65ab9a2c..3fd9727e 100644 --- a/container/autoetc.go +++ b/container/autoetc.go @@ -59,6 +59,7 @@ func (e *AutoEtcOp) apply(state *setupState, k syscallDispatcher) error { return nil } +func (e *AutoEtcOp) late(*setupState, syscallDispatcher) error { return nil } func (e *AutoEtcOp) hostPath() *check.Absolute { return fhs.AbsEtc.Append(e.hostRel()) } func (e *AutoEtcOp) hostRel() string { return ".host/" + e.Prefix } |
