Skip to content

Commit 2ef11a8

Browse files
gronkehimrock922
authored andcommitted
allow.vmm jail parameter
1 parent 4c9ca35 commit 2ef11a8

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
@@ -1705,6 +1705,7 @@ def _launch_command(self) -> typing.List[str]:
17051705
f"allow.mount.zfs={self._allow_mount_zfs}",
17061706
f"allow.quotas={self._get_value('allow_quotas')}",
17071707
f"allow.socket_af={self._get_value('allow_socket_af')}",
1708+
f"allow.vmm={self._get_value('allow_vmm')}",
17081709
f"exec.timeout={self._get_value('exec_timeout')}",
17091710
f"stop.timeout={self._get_value('stop_timeout')}",
17101711
f"mount.fstab={self.fstab.path}",

0 commit comments

Comments
 (0)