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