sandbox/mount: fix source flag path
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
parent
5d9e669d97
commit
e94b09d337
@ -41,6 +41,8 @@ func bindMount(src, dest string, flags int) error {
|
||||
} else if flags&BindOptional != 0 {
|
||||
return fmsg.WrapError(syscall.EINVAL,
|
||||
"flag source excludes optional")
|
||||
} else {
|
||||
source = toHost(src)
|
||||
}
|
||||
|
||||
if fi, err := os.Stat(source); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user