We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47279c5 commit f6fbc8fCopy full SHA for f6fbc8f
NEWS
@@ -1,3 +1,15 @@
1
+* crun-1.4.2
2
+
3
+- CRIU: add pre-dump support.
4
+- Fix running with a read-only /dev. The /dev/console file is created
5
+ before re-mounting /dev as read-only.
6
+- Ignore EROFS when chowning standard stream files.
7
+- Add validation for sysctls before applying them.
8
+- Attempt looking up the executable after the setresuid syscall, this
9
+ solves an issue on NFS when the executable file is not owned by root
10
+ in the container, but the UID:GID combination configured for the
11
+ container can access it.
12
13
* crun-1.4.1
14
15
- Fix check for an invalid path. crun was performing the wrong check
0 commit comments