Skip to content

Commit c099944

Browse files
gronkehimrock922
authored andcommitted
allow.vmm jail parameter
1 parent 8ef8696 commit c099944

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libioc/Jail.py

+1
Original file line numberDiff line numberDiff line change
@@ -1708,6 +1708,7 @@ def _launch_command(self) -> typing.List[str]:
17081708
f"allow.mount.zfs={self._allow_mount_zfs}",
17091709
f"allow.quotas={self._get_value('allow_quotas')}",
17101710
f"allow.socket_af={self._get_value('allow_socket_af')}",
1711+
f"allow.vmm={self._get_value('allow_vmm')}",
17111712
f"exec.timeout={self._get_value('exec_timeout')}",
17121713
f"stop.timeout={self._get_value('stop_timeout')}",
17131714
f"mount.fstab={self.fstab.path}",

0 commit comments

Comments
 (0)