diff options
Diffstat (limited to 'actions')
| -rw-r--r-- | actions/context.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/context.go b/actions/context.go index 1ee0d60..ac3f6d3 100644 --- a/actions/context.go +++ b/actions/context.go @@ -138,7 +138,7 @@ func (ctx *Context) checkContext() error { if err := ctx.Config.CheckValidity(); err != nil { return &ErrBadConfig{ctx.Config, err} } - return ctx.Mount.CheckSetup() + return ctx.Mount.CheckSetup(ctx.TrustedUser) } func (ctx *Context) getKeyringOptions() *keyring.Options { |