Skip to content

1.19.1

Latest
Compare
Choose a tag to compare
@giuseppe giuseppe released this 17 Dec 20:52
· 1 commit to main since this release
1.19.1
3e32a70
  • linux: fix a hang if there are no reads from the tty. Use non blocking sockets to read and write from the tty so that the "crun exec" process doesn't hang when the terminal is not consuming any data.
  • linux: remove the workaround needed to mount a cgroup on top of another cgroup mount. The workaround had the disadvantage to temporarily leak a mount on the host. The alternative that is currently used is to mount a temporary tmpfs between the twoo cgroup mounts.