mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-11 17:02:56 +00:00
c/r: bump criu version requirements
Since we're relying on 1.8 for the seccomp stuff, let's refuse to use anything lower than that. Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com> Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
8164f0e253
commit
6bf5b3da1e
@ -29,10 +29,10 @@
|
||||
|
||||
// We require either the criu major/minor version, or the criu GITID if criu
|
||||
// was built from git.
|
||||
#define CRIU_VERSION "1.6"
|
||||
#define CRIU_VERSION "1.8"
|
||||
|
||||
#define CRIU_GITID_VERSION "1.5"
|
||||
#define CRIU_GITID_PATCHLEVEL 133
|
||||
#define CRIU_GITID_VERSION "1.7"
|
||||
#define CRIU_GITID_PATCHLEVEL 371
|
||||
|
||||
struct criu_opts {
|
||||
/* The type of criu invocation, one of "dump" or "restore" */
|
||||
|
Loading…
Reference in New Issue
Block a user