FreeBSD Jail
Obtain the FreeBSD image and then create your FreeBSD jail.
Note
This step is optional. You do not have to run CTE-U inside of a FreeBSD jail.
Obtain the FreeBSD ISO Image
Go to the FreeBSD Repository and download the FreeBSD-13.1-RELEASE-amd64-dvd1.iso image.
Create the FreeBSD Jail with the FreeBSD OS
You can create a FreeBSD jail using various methods. After creating your FreeBSD jail, make the following change:
- Add the following fields to your
/etc/jail.conf
file so your FreeBSD jail can support CTE-U:# Allow the jail to mount/unmount CTE-U filesystem. allow.mount.fusefs = 1; # Allow the jail to create/access/delete shm segments. sysvshm = 1;