From cfac7305ab295401f2d244f76399322ea9fa2c0d Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 15 Apr 2019 13:23:05 +0200 Subject: [PATCH] testing: Create new files in mounted strongSwan sources as regular user --- testing/scripts/build-strongswan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/build-strongswan b/testing/scripts/build-strongswan index 24e11bba20..2214a57d14 100755 --- a/testing/scripts/build-strongswan +++ b/testing/scripts/build-strongswan @@ -56,7 +56,7 @@ do_on_exit umount $LOOPDIR/root/shared mkdir -p $LOOPDIR/root/strongswan log_action "Mounting $SWANDIR as /root/strongswan" -execute "bindfs -u $SRCUID -g $SRCGID $SWANDIR $LOOPDIR/root/strongswan" +execute "bindfs -u $SRCUID -g $SRCGID --create-for-user=$SRCUID --create-for-group=$SRCGID $SWANDIR $LOOPDIR/root/strongswan" do_on_exit umount $LOOPDIR/root/strongswan log_action "Copy /etc/resolv.conf" -- 2.47.2