Require virtual directory support for element plugins

Element plugins can currently directly access the sandbox directory on the local filesystem with Sandbox.get_directory() if the plugin doesn't have the BST_VIRTUAL_DIRECTORY flag. However, this doesn't work with buildbox-run or remote execution. As the aim is to drop the current bwrap sandboxing backend in favor of the buildbox-run sandboxing backend, we need to drop support for plugins that don't work with virtual directories.

Edited by Jürg Billeter