Bases: nova.virt.disk.vfs.api.VFS
os.path.join() with safety check for injected file paths.
Join the supplied path components and make sure that the resulting path we are injecting into is within the mounted guest fs. Trying to be clever and specifying a path with ‘..’ in it will hit this safeguard.