0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-10 13:55:33 +00:00
Files
termux-packages/root-packages/runc/fix-config-file-location.patch
Aditya Alok a89b263b9d bump(root/runc): 1.2.4
Signed-off-by: Aditya Alok <alok@termux.dev>
2025-01-21 20:24:16 +05:30

11 lines
436 B
Diff

--- runc-1.2.4/libcontainer/criu_linux.go 2025-01-07 04:50:22.000000000 +0530
+++ runc-1.2.4.mod/libcontainer/criu_linux.go 2025-01-17 02:05:05.490165001 +0530
@@ -160,7 +160,7 @@
} else {
// If the mentioned annotation has not been found, specify
// a default CRIU configuration file.
- rpcOpts.ConfigFile = proto.String("/etc/criu/runc.conf")
+ rpcOpts.ConfigFile = proto.String("@TERMUX_PREFIX@/etc/criu/runc.conf")
}
}