diff options
Diffstat (limited to 'templates/jail_confs/dl.j2')
| -rw-r--r-- | templates/jail_confs/dl.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/jail_confs/dl.j2 b/templates/jail_confs/dl.j2 new file mode 100644 index 0000000..324906f --- /dev/null +++ b/templates/jail_confs/dl.j2 @@ -0,0 +1,5 @@ +{% include 'jail_confs/_epl_network.j2' %} +devfs_ruleset = 4; +allow.mlock; + +exec.poststart += "jexec ${name} sh ~/random_tunnel.sh"; |
