Skip to content

Commit 5020111

Browse files
authored
Merge pull request #316 from mekanix/feature/allow-chflags
Allow chaflags in jails
2 parents 043ad16 + 3627a6d commit 5020111

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

templates/base-jail.conf

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
vnet.interface = "epair${id}b";
1111
devfs_ruleset = 8;
1212
allow.raw_sockets;
13+
allow.chflags;
1314

1415
exec.prepare = "ifconfig ${host_interface} destroy >/dev/null 2>&1 || true";
1516

templates/network-jail.conf

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ network {
1212
vnet.interface = "epair${id}b";
1313
devfs_ruleset = 8;
1414
allow.raw_sockets;
15+
allow.chflags;
1516

1617
mount += "/var/run/reggae ${path}/var/run/reggae nullfs ro 0 0";
1718

0 commit comments

Comments
 (0)