diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-12-24 18:26:16 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-12-24 18:26:16 +0200 |
| commit | a8b7aaff8d89a0933a3abd70426dd2ec465425eb (patch) | |
| tree | cd3b23eca7e5b112c5239ca403474fb123163f11 /templates/jail_confs/dl.j2 | |
| parent | d77e686d06916156700c5f298b5edb4ba3e9642b (diff) | |
Refactor jail.conf.d template
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"; |
