summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2023-08-27 02:47:46 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2023-08-27 05:05:55 +0200
commit7f8eba4fbfdb683aea3bb1efaed236b2aa4b8f9b (patch)
tree9a1eb6e309736b238f73a10db0bb767d5a59d8cb /Vagrantfile
parent678501a6ff00f6055d9f9c62fff423266daafe94 (diff)
freebsd: add some ACL tests, fixes #7745
enable ACL support in freebsd vagrant machine's filesystem
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 1a58cd1a1..65e784427 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -66,6 +66,8 @@ def packages_freebsd
pkg update
yes | pkg upgrade
echo 'export BORG_OPENSSL_PREFIX=/usr' >> ~vagrant/.bash_profile
+ # (re)mount / with acls
+ mount -o acls /
EOF
end