We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 043ad16 + 3627a6d commit 5020111Copy full SHA for 5020111
templates/base-jail.conf
@@ -10,6 +10,7 @@
10
vnet.interface = "epair${id}b";
11
devfs_ruleset = 8;
12
allow.raw_sockets;
13
+ allow.chflags;
14
15
exec.prepare = "ifconfig ${host_interface} destroy >/dev/null 2>&1 || true";
16
templates/network-jail.conf
@@ -12,6 +12,7 @@ network {
17
mount += "/var/run/reggae ${path}/var/run/reggae nullfs ro 0 0";
18
0 commit comments