We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9ca35 commit 2ef11a8Copy full SHA for 2ef11a8
libioc/Jail.py
@@ -1705,6 +1705,7 @@ def _launch_command(self) -> typing.List[str]:
1705
f"allow.mount.zfs={self._allow_mount_zfs}",
1706
f"allow.quotas={self._get_value('allow_quotas')}",
1707
f"allow.socket_af={self._get_value('allow_socket_af')}",
1708
+ f"allow.vmm={self._get_value('allow_vmm')}",
1709
f"exec.timeout={self._get_value('exec_timeout')}",
1710
f"stop.timeout={self._get_value('stop_timeout')}",
1711
f"mount.fstab={self.fstab.path}",
0 commit comments