diff options
Diffstat (limited to 'ezjail.conf.sample')
-rwxr-xr-x | ezjail.conf.sample | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ezjail.conf.sample b/ezjail.conf.sample index ebc904a..46c08bc 100755 --- a/ezjail.conf.sample +++ b/ezjail.conf.sample | |||
@@ -46,3 +46,10 @@ | |||
46 | # ezjail_devfs_ruleset="devfsrules_jail" | 46 | # ezjail_devfs_ruleset="devfsrules_jail" |
47 | # ezjail_procfs_enable="YES" | 47 | # ezjail_procfs_enable="YES" |
48 | # ezjail_fdescfs_enable="YES" | 48 | # ezjail_fdescfs_enable="YES" |
49 | |||
50 | # Setting this to YES will start to manage the basejail and newjail in ZFS | ||
51 | # ezjail_use_zfs="YES" | ||
52 | # The name of the ZFS ezjail should create jails on, it will be mounted at the ezjail_jaildir | ||
53 | # ezjail_jailzfs="tank/ezjail" | ||
54 | # ADVANCED, be very careful! | ||
55 | # ezjail_zfs_properties="-o compression=lzjb -o atime=off" | ||