qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 01/14] temporary: define CLONE_NEWCGROUP qemu-8.2.0


From: Steve Sistare
Subject: [PATCH 01/14] temporary: define CLONE_NEWCGROUP qemu-8.2.0
Date: Wed, 6 Dec 2023 09:12:28 -0800

---
 system/qemu-seccomp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/system/qemu-seccomp.c b/system/qemu-seccomp.c
index 4d7439e..9e1ff85 100644
--- a/system/qemu-seccomp.c
+++ b/system/qemu-seccomp.c
@@ -22,6 +22,7 @@
 #include <seccomp.h>
 #include "sysemu/seccomp.h"
 #include <linux/seccomp.h>
+#define CLONE_NEWCGROUP 0x02000000
 
 /* For some architectures (notably ARM) cacheflush is not supported until
  * libseccomp 2.2.3, but configure enforces that we are using a more recent
-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]