diff options
Diffstat (limited to 'roles/jail/templates/jail_conf.j2')
| -rw-r--r-- | roles/jail/templates/jail_conf.j2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/jail/templates/jail_conf.j2 b/roles/jail/templates/jail_conf.j2 index d8e0667..25d12bb 100644 --- a/roles/jail/templates/jail_conf.j2 +++ b/roles/jail/templates/jail_conf.j2 @@ -3,10 +3,11 @@ exec.clean; allow.raw_sockets; - mount.devfs; # Mount /dev according to devfs_ruleset + mount.devfs; # Mount /dev according to devfs_ruleset devfs_ruleset = {{ jail.devfs_ruleset }}; enforce_statfs = 1; # Let jail see own mounts + {% for opt in jail.options %} {{ opt }}; {% endfor %} |
