Make canmount configurable for bhyve and jails.

This commit is contained in:
Tom Alexander
2022-11-12 17:04:25 -05:00
parent a2a7da0d9b
commit 0a49fc16b6
4 changed files with 31 additions and 27 deletions

View File

@@ -19,6 +19,8 @@ build_user:
group: talexander
jail_zfs_dataset: zmass/encrypted/jails
jail_zfs_dataset_mountpoint: /jail/main
jail_canmount: "on"
jail_bemount: "on"
jail_list:
- name: cloak
conf:
@@ -34,3 +36,5 @@ jail_list:
mount: /var/db/murmur
bhyve_dataset: zmass/encrypted/vm
bhyve_list: []
bhyve_canmount: "on"
bhyve_bemount: "on"