diff options
author | Reto Buerki <reet@codelabs.ch> | 2013-01-16 11:58:01 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-17 16:55:04 +0100 |
commit | 2c4954ad249a4ae17f5c0b0e768538b212dc412c (patch) | |
tree | 12033e9592f7ec30c4b838aca023bbd29d4e1543 /testing/make-testing | |
parent | 677795c3e7fe20e1e85138a14854b90e52d7f327 (diff) | |
download | strongswan-2c4954ad249a4ae17f5c0b0e768538b212dc412c.tar.bz2 strongswan-2c4954ad249a4ae17f5c0b0e768538b212dc412c.tar.xz |
Switch to 'mapped' access mode for hostfs
Passthrough mode only works as expected when running as root. On
Debian/Ubuntu systems qemu runs as user 'libvirt-qemu' and group 'kvm'
so all shared files must be chowned to grant access from guests.
Symlinks created on the host are still problematic because the Plan 9
filesystem has no direct notion of symbolic links, see [1].
[1] - http://ericvh.github.com/9p-rfc/rfc9p2000.u.html
Diffstat (limited to 'testing/make-testing')
-rwxr-xr-x | testing/make-testing | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/make-testing b/testing/make-testing index cac4eddf8..84ac20bf2 100755 --- a/testing/make-testing +++ b/testing/make-testing @@ -4,6 +4,7 @@ DIR=$(dirname `readlink -f $0`) . $DIR/testing.conf rm -f $LOGFILE +mkdir -p $BUILDDIR if [ $ENABLE_BUILD_BASEIMAGE = "yes" ] then |